Class ComponentProperties
  The properties of the component.
    Inheritance
    
    ComponentProperties
   
  
  
  Assembly: OCI.DotNetSDK.Fleetappsmanagement.dll
  Syntax
  
    public class ComponentProperties
   
  Properties
  
  ActionOnFailure
  
  
  Declaration
  
    [Required(ErrorMessage = "ActionOnFailure is required.")]
[JsonProperty(PropertyName = "actionOnFailure")]
[JsonConverter(typeof(ResponseEnumConverter))]
public ComponentProperties.ActionOnFailureEnum? ActionOnFailure { get; set; }
   
  Property Value
  
  
  
  
  NotificationPreferences
  
  
  Declaration
  
    [JsonProperty(PropertyName = "notificationPreferences")]
public TaskNotificationPreferences NotificationPreferences { get; set; }
   
  Property Value
  
  
  PauseDetails
  
  
  Declaration
  
    [JsonProperty(PropertyName = "pauseDetails")]
public PauseDetails PauseDetails { get; set; }
   
  Property Value
  
  
  PreCondition
  
  
  Declaration
  
    [JsonProperty(PropertyName = "preCondition")]
public string PreCondition { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | string | Build control flow conditions that determine the relevance of the task execution. | 
    
  
  
  RunOn
  
  
  Declaration
  
    [JsonProperty(PropertyName = "runOn")]
public RunOnDetails RunOn { get; set; }
   
  Property Value