Class ListDatasetsResponse
Response object of ListDatasets.
Implements
Namespace: Google.Maps.MapsPlatformDatasets.V1
Assembly: Google.Maps.MapsPlatformDatasets.V1.dll
Syntax
public sealed class ListDatasetsResponse : IMessage<ListDatasetsResponse>, IEquatable<ListDatasetsResponse>, IDeepCloneable<ListDatasetsResponse>, IBufferMessage, IMessage, IPageResponse<Dataset>, IEnumerable<Dataset>, IEnumerable
Constructors
ListDatasetsResponse()
Declaration
public ListDatasetsResponse()
ListDatasetsResponse(ListDatasetsResponse)
Declaration
public ListDatasetsResponse(ListDatasetsResponse other)
Parameters
Type | Name | Description |
---|---|---|
ListDatasetsResponse | other |
Properties
Datasets
All the datasets for the project.
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> |