Class ScheduleInstanceRunOnDetails
Schedule Instance Run On Details.
Inherited Members
Namespace: Oci.FleetappsmanagementService.Models
Assembly: OCI.DotNetSDK.Fleetappsmanagement.dll
Syntax
public class ScheduleInstanceRunOnDetails : RunOnDetails
Properties
Condition
Declaration
[Required(ErrorMessage = "Condition is required.")]
[JsonProperty(PropertyName = "condition")]
public string Condition { get; set; }
Property Value
Type | Description |
---|---|
string | Build control flow conditions that determine the relevance of the task execution. |
Remarks
Required