Class BackupProperties
Backup properties.
Implements
Inherited Members
Namespace: Google.Apis.WorkloadManager .v1.Data
Assembly: Google.Apis.WorkloadManager.v1.dll
Syntax
public class BackupProperties : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
LatestBackupStatus
Output only. The state of the latest backup.
Declaration
[JsonProperty("latestBackupStatus")]
public virtual string LatestBackupStatus { get; set; }
Property Value
Type | Description |
---|---|
string |
LatestBackupTime
object representation of Latest
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use LatestBackupTimeDateTimeOffset instead.")]
public virtual object LatestBackupTime { get; set; }
Property Value
Type | Description |
---|---|
object |
LatestBackupTimeDateTimeOffset
Date
Declaration
[JsonIgnore]
public virtual DateTimeOffset? LatestBackupTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
Date |
LatestBackupTimeRaw
The time when the latest backup was performed.
Declaration
[JsonProperty("latestBackupTime")]
public virtual string LatestBackupTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |