GoogleCloudOsconfigV2PolicyOrchestrator constructor

GoogleCloudOsconfigV2PolicyOrchestrator({
  1. String? action,
  2. String? createTime,
  3. String? description,
  4. String? etag,
  5. Map<String, String>? labels,
  6. String? name,
  7. GoogleCloudOsconfigV2OrchestratedResource? orchestratedResource,
  8. GoogleCloudOsconfigV2OrchestrationScope? orchestrationScope,
  9. GoogleCloudOsconfigV2PolicyOrchestratorOrchestrationState? orchestrationState,
  10. bool? reconciling,
  11. String? state,
  12. String? updateTime,
})

Implementation

GoogleCloudOsconfigV2PolicyOrchestrator({
  this.action,
  this.createTime,
  this.description,
  this.etag,
  this.labels,
  this.name,
  this.orchestratedResource,
  this.orchestrationScope,
  this.orchestrationState,
  this.reconciling,
  this.state,
  this.updateTime,
});