Class ListStyleConfigsResponse
Response to list StyleConfigs.
Implements
Namespace: Google.Maps.MapManagement.V2Beta
Assembly: Google.Maps.MapManagement.V2Beta.dll
Syntax
public sealed class ListStyleConfigsResponse : IPageResponse<StyleConfig>, IEnumerable<StyleConfig>, IEnumerable, IMessage<ListStyleConfigsResponse>, IEquatable<ListStyleConfigsResponse>, IDeepCloneable<ListStyleConfigsResponse>, IBufferMessage, IMessage
Constructors
ListStyleConfigsResponse()
Declaration
public ListStyleConfigsResponse()
ListStyleConfigsResponse(ListStyleConfigsResponse)
Declaration
public ListStyleConfigsResponse(ListStyleConfigsResponse other)
Parameters
| Type | Name | Description |
|---|---|---|
| ListStyleConfigsResponse | other |
Properties
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
StyleConfigs
The StyleConfigs.
Declaration
public RepeatedField<StyleConfig> StyleConfigs { get; }
Property Value
| Type | Description |
|---|---|
| RepeatedField<StyleConfig> |
Methods
GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Declaration
public IEnumerator<StyleConfig> GetEnumerator()
Returns
| Type | Description |
|---|---|
| IEnumerator<StyleConfig> |