GoogleCloudOsconfigV2PolicyOrchestratorIterationState constructor

GoogleCloudOsconfigV2PolicyOrchestratorIterationState({
  1. Status? error,
  2. String? failedActions,
  3. String? finishTime,
  4. String? iterationId,
  5. String? performedActions,
  6. double? progress,
  7. String? startTime,
  8. String? state,
})

Implementation

GoogleCloudOsconfigV2PolicyOrchestratorIterationState({
  this.error,
  this.failedActions,
  this.finishTime,
  this.iterationId,
  this.performedActions,
  this.progress,
  this.startTime,
  this.state,
});