GoogleCloudOsconfigV2PolicyOrchestrator constructor
GoogleCloudOsconfigV2PolicyOrchestrator({
- String? action,
- String? createTime,
- String? description,
- String? etag,
- Map<
String, String> ? labels, - String? name,
- GoogleCloudOsconfigV2OrchestratedResource? orchestratedResource,
- GoogleCloudOsconfigV2OrchestrationScope? orchestrationScope,
- GoogleCloudOsconfigV2PolicyOrchestratorOrchestrationState? orchestrationState,
- bool? reconciling,
- String? state,
- 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,
});