Class FetchDatasetErrorsResponse
Response object of FetchDatasetErrors.
Implements
Namespace: Google.Maps.MapsPlatformDatasets.V1
Assembly: Google.Maps.MapsPlatformDatasets.V1.dll
Syntax
public sealed class FetchDatasetErrorsResponse : IMessage<FetchDatasetErrorsResponse>, IEquatable<FetchDatasetErrorsResponse>, IDeepCloneable<FetchDatasetErrorsResponse>, IBufferMessage, IMessage, IPageResponse<Status>, IEnumerable<Status>, IEnumerable
Constructors
FetchDatasetErrorsResponse()
Declaration
public FetchDatasetErrorsResponse()
FetchDatasetErrorsResponse(FetchDatasetErrorsResponse)
Declaration
public FetchDatasetErrorsResponse(FetchDatasetErrorsResponse other)
Parameters
Type | Name | Description |
---|---|---|
FetchDatasetErrorsResponse | other |
Properties
Errors
The errors associated with a dataset.
Declaration
public RepeatedField<Status> Errors { get; }
Property Value
Type | Description |
---|---|
RepeatedField<Status> |
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<Status> GetEnumerator()
Returns
Type | Description |
---|---|
IEnumerator<Status> |