Class DeletionProtectionInfo
Deletion protection signal info for a database resource.
Implements
Inherited Members
Namespace: Google.Apis.DatabaseCenter.v1beta.Data
Assembly: Google.Apis.DatabaseCenter.v1beta.dll
Syntax
public class DeletionProtectionInfo : IDirectResponseSchema
Properties
DeletionProtectionEnabled
Is deletion protection enabled.
Declaration
[JsonProperty("deletionProtectionEnabled")]
public virtual bool? DeletionProtectionEnabled { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SubResource
Optional. Sub resource details associated with the signal.
Declaration
[JsonProperty("subResource")]
public virtual SubResource SubResource { get; set; }
Property Value
| Type | Description |
|---|---|
| SubResource |