Class CreateStyleConfigRequest
Request to create a StyleConfig.
Implements
Namespace: Google.Maps.MapManagement.V2Beta
Assembly: Google.Maps.MapManagement.V2Beta.dll
Syntax
public sealed class CreateStyleConfigRequest : IMessage<CreateStyleConfigRequest>, IEquatable<CreateStyleConfigRequest>, IDeepCloneable<CreateStyleConfigRequest>, IBufferMessage, IMessage
Constructors
CreateStyleConfigRequest()
Declaration
public CreateStyleConfigRequest()
CreateStyleConfigRequest(CreateStyleConfigRequest)
Declaration
public CreateStyleConfigRequest(CreateStyleConfigRequest other)
Parameters
| Type | Name | Description |
|---|---|---|
| CreateStyleConfigRequest | other |
Properties
Parent
Required. Parent project that will own the StyleConfig.
Format: projects/{project}
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 |
StyleConfig
Required. The StyleConfig to create.
Declaration
public StyleConfig StyleConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| StyleConfig |