Class TimeSpan
Start and end times for a build execution phase.
Inheritance
System.Object
TimeSpan
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.CloudBuild.v1beta1.Data
Assembly: Google.Apis.CloudBuild.v1beta1.dll
Syntax
public class TimeSpan : IDirectResponseSchema
Properties
EndTime
End of time span.
Declaration
[JsonProperty("endTime")]
public virtual object EndTime { get; set; }
Property Value
Type | Description |
---|---|
System.Object |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
System.String |
StartTime
Start of time span.
Declaration
[JsonProperty("startTime")]
public virtual object StartTime { get; set; }
Property Value
Type | Description |
---|---|
System.Object |