V2Policy Orchestrator For Folder Orchestration State
data class V2PolicyOrchestratorForFolderOrchestrationState(val currentIterationStates: List<V2PolicyOrchestratorForFolderOrchestrationStateCurrentIterationState>? = null, val previousIterationStates: List<V2PolicyOrchestratorForFolderOrchestrationStatePreviousIterationState>? = null)
Constructors
Link copied to clipboard
constructor(currentIterationStates: List<V2PolicyOrchestratorForFolderOrchestrationStateCurrentIterationState>? = null, previousIterationStates: List<V2PolicyOrchestratorForFolderOrchestrationStatePreviousIterationState>? = null)
Properties
Link copied to clipboard
val currentIterationStates: List<V2PolicyOrchestratorForFolderOrchestrationStateCurrentIterationState>? = null
(Output) Describes the state of a single iteration of the orchestrator. Structure is documented below.
Link copied to clipboard
val previousIterationStates: List<V2PolicyOrchestratorForFolderOrchestrationStatePreviousIterationState>? = null
(Output) Describes the state of a single iteration of the orchestrator. Structure is documented below.