Class GoogleCloudDiscoveryengineV1alphaListFilesResponse
Response message for SessionService.ListFiles method.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GoogleCloudDiscoveryengineV1alphaListFilesResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Files
The FileMetadatas.
Declaration
[JsonProperty("files")]
public virtual IList<GoogleCloudDiscoveryengineV1alphaFileMetadata> Files { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleCloudDiscoveryengineV1alphaFileMetadata> |
NextPageToken
A token to retrieve next page of results. Pass this value in the ListFilesRequest.page_token field in the
subsequent call to ListFiles method to retrieve the next page of results.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
| Type | Description |
|---|---|
| string |