Class AbsoluteWaitCriteriaSummary
Specifies the absolute wait criteria, user can specify fixed length of wait duration.
Inherited Members
Namespace: Oci.DevopsService.Models
Assembly: OCI.DotNetSDK.Devops.dll
Syntax
public class AbsoluteWaitCriteriaSummary : WaitCriteriaSummary
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. |