Show / Hide Table of Contents

Class RunDuration

Defines the maximum lifetime of the requested resource.

Inheritance
object
RunDuration
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.TPU.v2alpha1.Data
Assembly: Google.Apis.TPU.v2alpha1.dll
Syntax
public class RunDuration : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

MaxRunDuration

The maximum duration of the requested resource.

Declaration
[JsonProperty("maxRunDuration")]
public virtual object MaxRunDuration { get; set; }
Property Value
Type Description
object

TerminationTime

object representation of TerminationTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use TerminationTimeDateTimeOffset instead.")]
public virtual object TerminationTime { get; set; }
Property Value
Type Description
object

TerminationTimeDateTimeOffset

DateTimeOffset representation of TerminationTimeRaw.

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

TerminationTimeRaw

The time at which the requested resource will be terminated.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX