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