Class CreateMapContextConfigRequest
Request to create a MapContextConfig.
Implements
Namespace: Google.Maps.MapManagement.V2Beta
Assembly: Google.Maps.MapManagement.V2Beta.dll
Syntax
public sealed class CreateMapContextConfigRequest : IMessage<CreateMapContextConfigRequest>, IEquatable<CreateMapContextConfigRequest>, IDeepCloneable<CreateMapContextConfigRequest>, IBufferMessage, IMessage
Constructors
CreateMapContextConfigRequest()
Declaration
public CreateMapContextConfigRequest()
CreateMapContextConfigRequest(CreateMapContextConfigRequest)
Declaration
public CreateMapContextConfigRequest(CreateMapContextConfigRequest other)
Parameters
| Type | Name | Description |
|---|---|---|
| CreateMapContextConfigRequest | other |
Properties
MapContextConfig
Required. The MapContextConfig to create.
Declaration
public MapContextConfig MapContextConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| MapContextConfig |
Parent
Required. Parent MapConfig that will own the MapContextConfig.
Format: projects/{project}/mapConfigs/{map_config}
Declaration
public string Parent { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ParentAsMapConfigName
MapConfigName-typed view over the Parent resource name property.
Declaration
public MapConfigName ParentAsMapConfigName { get; set; }
Property Value
| Type | Description |
|---|---|
| MapConfigName |