Show / Hide Table of Contents

Class ScheduleInstanceRunOnDetails

Schedule Instance Run On Details.

Inheritance
object
RunOnDetails
ScheduleInstanceRunOnDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

In this article
Back to top