Class CreateMapConfigRequest
Request to create a MapConfig.
Implements
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 |