Show / Hide Table of Contents

Class CreateMapConfigRequest

Request to create a MapConfig.

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

Constructors

CreateMapConfigRequest()

Declaration
public CreateMapConfigRequest()

CreateMapConfigRequest(CreateMapConfigRequest)

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

Properties

MapConfig

Required. The MapConfig to create.

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

Parent

Required. Parent project that will own the MapConfig. Format: projects/{$my-project-id}

Declaration
public string Parent { get; set; }
Property Value
Type Description
string

ParentAsProjectName

ProjectName-typed view over the Parent resource name property.

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