Show / Hide Table of Contents

Class ListMapConfigsResponse

Response to list MapConfigs.

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

Methods

GetEnumerator()

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

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