Show / Hide Table of Contents

Class CreateAbsoluteWaitCriteriaDetails

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

Inheritance
object
CreateWaitCriteriaDetails
CreateAbsoluteWaitCriteriaDetails
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 CreateAbsoluteWaitCriteriaDetails : CreateWaitCriteriaDetails

Properties

WaitDuration

Declaration
[Required(ErrorMessage = "WaitDuration is required.")]
[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.

Remarks

Required

In this article
Back to top