Show / Hide Table of Contents

Class SqlInstancesGetLatestRecoveryTimeResponse

Instance get latest recovery time response.

Inheritance
object
SqlInstancesGetLatestRecoveryTimeResponse
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.SQLAdmin.v1.Data
Assembly: Google.Apis.SQLAdmin.v1.dll
Syntax
public class SqlInstancesGetLatestRecoveryTimeResponse : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Kind

This is always sql#getLatestRecoveryTime.

Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type Description
string

LatestRecoveryTime

object representation of LatestRecoveryTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use LatestRecoveryTimeDateTimeOffset instead.")]
public virtual object LatestRecoveryTime { get; set; }
Property Value
Type Description
object

LatestRecoveryTimeDateTimeOffset

DateTimeOffset representation of LatestRecoveryTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? LatestRecoveryTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

LatestRecoveryTimeRaw

Timestamp, identifies the latest recovery time of the source instance.

Declaration
[JsonProperty("latestRecoveryTime")]
public virtual string LatestRecoveryTimeRaw { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX