Show / Hide Table of Contents

Class ListMapContextConfigsResponse

Response to list MapContextConfigs.

Inheritance
object
ListMapContextConfigsResponse
Implements
IPageResponse<MapContextConfig>
IEnumerable<MapContextConfig>
IEnumerable
IMessage<ListMapContextConfigsResponse>
IEquatable<ListMapContextConfigsResponse>
IDeepCloneable<ListMapContextConfigsResponse>
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 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
IPageResponse<TResource>.NextPageToken

Methods

GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Declaration
public IEnumerator<MapContextConfig> GetEnumerator()
Returns
Type Description
IEnumerator<MapContextConfig>
Implements
IEnumerable<T>.GetEnumerator()
In this article
Back to top Generated by DocFX