Class SqlInstancesGetLatestRecoveryTimeResponse
Instance get latest recovery time response.
Implements
Inherited Members
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 |