Show / Hide Table of Contents

Class UpdateAbsoluteWaitCriteriaDetails

Specifies the absolute wait criteria. You can specify fixed length of wait duration.

Inheritance
object
UpdateWaitCriteriaDetails
UpdateAbsoluteWaitCriteriaDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DevopsService.Models
Assembly: OCI.DotNetSDK.Devops.dll
Syntax
public class UpdateAbsoluteWaitCriteriaDetails : UpdateWaitCriteriaDetails

Properties

WaitDuration

Declaration
[JsonProperty(PropertyName = "waitDuration")]
public string WaitDuration { get; set; }
Property Value
Type Description
string

The absolute wait duration. Minimum wait duration must be 5 seconds. Maximum wait duration can be up to 2 days.

In this article
Back to top