Class UpdateMapConfigRequest
Request to update a MapConfig.
Implements
Namespace: Google.Maps.MapManagement.V2Beta
Assembly: Google.Maps.MapManagement.V2Beta.dll
Syntax
public sealed class UpdateMapConfigRequest : IMessage<UpdateMapConfigRequest>, IEquatable<UpdateMapConfigRequest>, IDeepCloneable<UpdateMapConfigRequest>, IBufferMessage, IMessage
Constructors
UpdateMapConfigRequest()
Declaration
public UpdateMapConfigRequest()
UpdateMapConfigRequest(UpdateMapConfigRequest)
Declaration
public UpdateMapConfigRequest(UpdateMapConfigRequest other)
Parameters
| Type | Name | Description |
|---|---|---|
| UpdateMapConfigRequest | other |
Properties
MapConfig
Required. The MapConfig to update.
The MapConfig's name field is used to identify the MapConfig to update.
Format: projects/{project}/mapConfigs/{map_config}
Declaration
public MapConfig MapConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| MapConfig |
UpdateMask
Optional. The specific field to update for the MapConfig. If not specified, the MapConfig will be updated in its entirety. Valid fields are:
display_namedescriptionmap_features
Declaration
public FieldMask UpdateMask { get; set; }
Property Value
| Type | Description |
|---|---|
| FieldMask |