Class DeleteMapConfigRequest
Request to delete a MapConfig. If the MapConfig has any child MapContextConfigs, those will be deleted as well.
Implements
Namespace: Google.Maps.MapManagement.V2Beta
Assembly: Google.Maps.MapManagement.V2Beta.dll
Syntax
public sealed class DeleteMapConfigRequest : IMessage<DeleteMapConfigRequest>, IEquatable<DeleteMapConfigRequest>, IDeepCloneable<DeleteMapConfigRequest>, IBufferMessage, IMessage
Constructors
DeleteMapConfigRequest()
Declaration
public DeleteMapConfigRequest()
DeleteMapConfigRequest(DeleteMapConfigRequest)
Declaration
public DeleteMapConfigRequest(DeleteMapConfigRequest other)
Parameters
| Type | Name | Description |
|---|---|---|
| DeleteMapConfigRequest | other |
Properties
Force
Optional. If set to true, any MapContextConfigs from this MapConfig will also be deleted. (Otherwise, the request will only work if the MapConfig has no MapContextConfigs.)
Declaration
public bool Force { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
MapConfigName
MapConfigName-typed view over the Name resource name property.
Declaration
public MapConfigName MapConfigName { get; set; }
Property Value
| Type | Description |
|---|---|
| MapConfigName |
Name
Required. Resource name of the MapConfig to delete.
Format: projects/{project}/mapConfigs/{map_config}
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |