Show / Hide Table of Contents

Class BackupProperties

Backup properties.

Inheritance
object
BackupProperties
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.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 LatestBackupTimeRaw.

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

DateTimeOffset representation of LatestBackupTimeRaw.

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

LatestBackupTimeRaw

The time when the latest backup was performed.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX