Class ListMapContextConfigsResponse
Response to list MapContextConfigs.
Implements
Namespace: Google.Maps.MapManagement.V2Beta
Assembly: Google.Maps.MapManagement.V2Beta.dll
Syntax
public sealed class ListMapContextConfigsResponse : IPageResponse<MapContextConfig>, IEnumerable<MapContextConfig>, IEnumerable, IMessage<ListMapContextConfigsResponse>, IEquatable<ListMapContextConfigsResponse>, IDeepCloneable<ListMapContextConfigsResponse>, IBufferMessage, IMessage
Constructors
ListMapContextConfigsResponse()
Declaration
public ListMapContextConfigsResponse()
ListMapContextConfigsResponse(ListMapContextConfigsResponse)
Declaration
public ListMapContextConfigsResponse(ListMapContextConfigsResponse other)
Parameters
| Type | Name | Description |
|---|---|---|
| ListMapContextConfigsResponse | other |
Properties
MapContextConfigs
The MapContextConfigs.
Declaration
public RepeatedField<MapContextConfig> MapContextConfigs { get; }
Property Value
| Type | Description |
|---|---|
| RepeatedField<MapContextConfig> |
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<MapContextConfig> GetEnumerator()
Returns
| Type | Description |
|---|---|
| IEnumerator<MapContextConfig> |