Show / Hide Table of Contents

Class CloudSqlInstanceBackupPlanAssociationProperties

Cloud SQL instance's BPA properties.

Inheritance
object
CloudSqlInstanceBackupPlanAssociationProperties
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX