Show / Hide Table of Contents

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.

Inheritance
object
SchedulingDuration
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.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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX