Class CloudSqlInstanceBackupPlanAssociationProperties
Cloud SQL instance's BPA properties.
Implements
Inherited Members
Namespace: Google.Apis.Backupdr.v1.Data
Assembly: Google.Apis.Backupdr.v1.dll
Syntax
public class CloudSqlInstanceBackupPlanAssociationProperties : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
InstanceCreateTime
object representation of InstanceCreateTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use InstanceCreateTimeDateTimeOffset instead.")]
public virtual object InstanceCreateTime { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
InstanceCreateTimeDateTimeOffset
DateTimeOffset representation of InstanceCreateTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? InstanceCreateTimeDateTimeOffset { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTimeOffset? |
InstanceCreateTimeRaw
Output only. The time when the instance was created.
Declaration
[JsonProperty("instanceCreateTime")]
public virtual string InstanceCreateTimeRaw { get; set; }
Property Value
| Type | Description |
|---|---|
| string |