Class ListMapConfigsResponse
Response to list MapConfigs.
Implements
Namespace: Google.Maps.MapManagement.V2Beta
Assembly: Google.Maps.MapManagement.V2Beta.dll
Syntax
public sealed class ListMapConfigsResponse : IPageResponse<MapConfig>, IEnumerable<MapConfig>, IEnumerable, IMessage<ListMapConfigsResponse>, IEquatable<ListMapConfigsResponse>, IDeepCloneable<ListMapConfigsResponse>, IBufferMessage, IMessage
Constructors
ListMapConfigsResponse()
Declaration
public ListMapConfigsResponse()
ListMapConfigsResponse(ListMapConfigsResponse)
Declaration
public ListMapConfigsResponse(ListMapConfigsResponse other)
Parameters
| Type | Name | Description |
|---|---|---|
| ListMapConfigsResponse | other |
Properties
MapConfigs
The list of MapConfigs.
Declaration
public RepeatedField<MapConfig> MapConfigs { get; }
Property Value
| Type | Description |
|---|---|
| RepeatedField<MapConfig> |
NextPageToken
A token, which can be sent as page_token to retrieve the next page.
If this field is omitted, there are no subsequent pages.
CURRENTLY UNSUPPORTED.
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<MapConfig> GetEnumerator()
Returns
| Type | Description |
|---|---|
| IEnumerator<MapConfig> |