Class ListDatasetVersionsResponse
Response with list of all versions of the dataset.
Implements
Namespace: Google.Maps.MapsPlatformDatasets.V1Alpha
Assembly: Google.Maps.MapsPlatformDatasets.V1Alpha.dll
Syntax
public sealed class ListDatasetVersionsResponse : IMessage<ListDatasetVersionsResponse>, IEquatable<ListDatasetVersionsResponse>, IDeepCloneable<ListDatasetVersionsResponse>, IBufferMessage, IMessage, IPageResponse<Dataset>, IEnumerable<Dataset>, IEnumerable
Constructors
ListDatasetVersionsResponse()
Declaration
public ListDatasetVersionsResponse()
ListDatasetVersionsResponse(ListDatasetVersionsResponse)
Declaration
public ListDatasetVersionsResponse(ListDatasetVersionsResponse other)
Parameters
| Type | Name | Description |
|---|---|---|
| ListDatasetVersionsResponse | other |
Properties
Datasets
All the versions of the dataset.
Declaration
public RepeatedField<Dataset> Datasets { get; }
Property Value
| Type | Description |
|---|---|
| RepeatedField<Dataset> |
NextPageToken
A token that can be sent as page_token to retrieve the next page.
If this field is omitted, there are no subsequent pages.
Declaration
public string NextPageToken { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Implements
Methods
GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Declaration
public IEnumerator<Dataset> GetEnumerator()
Returns
| Type | Description |
|---|---|
| IEnumerator<Dataset> |