Show / Hide Table of Contents

Class ExecutionWorkflowDetails

Execution Workflow details.

Inheritance
object
ExecutionWorkflowDetails
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 ExecutionWorkflowDetails

Properties

Workflow

Declaration
[Required(ErrorMessage = "Workflow is required.")]
[JsonProperty(PropertyName = "workflow")]
public List<WorkflowGroup> Workflow { get; set; }
Property Value
Type Description
List<WorkflowGroup>

Execution Workflow for the runbook.

Remarks

Required

In this article
Back to top