Class SchedulingDuration
A SchedulingDuration represents a fixed-length span of time represented as a count of seconds and fractions of seconds at nanosecond resolution. It is independent of any calendar and concepts like "day" or "month". Range is approximately 10,000 years.
Implements
Inherited Members
Namespace: Google.Apis.Backupdr.v1.Data
Assembly: Google.Apis.Backupdr.v1.dll
Syntax
public class SchedulingDuration : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Nanos
Optional. Span of time that's a fraction of a second at nanosecond resolution.
Declaration
[JsonProperty("nanos")]
public virtual int? Nanos { get; set; }
Property Value
Type | Description |
---|---|
int? |
Seconds
Optional. Span of time at a resolution of a second.
Declaration
[JsonProperty("seconds")]
public virtual long? Seconds { get; set; }
Property Value
Type | Description |
---|---|
long? |