ListFileSearchStoresResponse

@Serializable
data class ListFileSearchStoresResponse(val fileSearchStores: List<FileSearchStore>? = null, val nextPageToken: String? = null)

Response from fileSearchStores.list containing a paginated list of FileSearchStores.

Constructors

Link copied to clipboard
constructor(fileSearchStores: List<FileSearchStore>? = null, nextPageToken: String? = null)

Properties

Link copied to clipboard

The returned fileSearchStores.

Link copied to clipboard
val nextPageToken: String?

A token, which can be sent as pageToken to retrieve the next page.