GoogleCloudOsconfigV2PolicyOrchestratorOrchestrationState constructor

GoogleCloudOsconfigV2PolicyOrchestratorOrchestrationState({
  1. GoogleCloudOsconfigV2PolicyOrchestratorIterationState? currentIterationState,
  2. GoogleCloudOsconfigV2PolicyOrchestratorIterationState? previousIterationState,
})

Implementation

GoogleCloudOsconfigV2PolicyOrchestratorOrchestrationState({
  this.currentIterationState,
  this.previousIterationState,
});