Class AutomatedBackupPolicyInfo
Automated backup policy signal info
Implements
Inherited Members
Namespace: Google.Apis.DatabaseCenter.v1beta.Data
Assembly: Google.Apis.DatabaseCenter.v1beta.dll
Syntax
public class AutomatedBackupPolicyInfo : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
IsEnabled
Is automated policy enabled.
Declaration
[JsonProperty("isEnabled")]
public virtual bool? IsEnabled { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
SubResource
Optional. Sub resource details associated with the signal.
Declaration
[JsonProperty("subResource")]
public virtual SubResource SubResource { get; set; }
Property Value
| Type | Description |
|---|---|
| SubResource |