Show / Hide Table of Contents

Class ListStyleConfigsResponse

Response to list StyleConfigs.

Inheritance
object
ListStyleConfigsResponse
Implements
IPageResponse<StyleConfig>
IEnumerable<StyleConfig>
IEnumerable
IMessage<ListStyleConfigsResponse>
IEquatable<ListStyleConfigsResponse>
IDeepCloneable<ListStyleConfigsResponse>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
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
IPageResponse<TResource>.NextPageToken

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>
Implements
IEnumerable<T>.GetEnumerator()
In this article
Back to top Generated by DocFX