Show / Hide Table of Contents

Class GetMapConfigRequest

Request to get a MapConfig.

Inheritance
object
GetMapConfigRequest
Implements
IMessage<GetMapConfigRequest>
IEquatable<GetMapConfigRequest>
IDeepCloneable<GetMapConfigRequest>
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 GetMapConfigRequest : IMessage<GetMapConfigRequest>, IEquatable<GetMapConfigRequest>, IDeepCloneable<GetMapConfigRequest>, IBufferMessage, IMessage

Constructors

GetMapConfigRequest()

Declaration
public GetMapConfigRequest()

GetMapConfigRequest(GetMapConfigRequest)

Declaration
public GetMapConfigRequest(GetMapConfigRequest other)
Parameters
Type Name Description
GetMapConfigRequest other

Properties

MapConfigName

MapConfigName-typed view over the Name resource name property.

Declaration
public MapConfigName MapConfigName { get; set; }
Property Value
Type Description
MapConfigName

Name

Required. Resource name of the MapConfig. Format: projects/{project}/mapConfigs/{map_config}

Declaration
public string Name { get; set; }
Property Value
Type Description
string
In this article
Back to top Generated by DocFX