ConfigManagementConfigSync constructor
ConfigManagementConfigSync({
- List<
ConfigManagementDeploymentOverride> ? deploymentOverrides, - bool? enabled,
- ConfigManagementGitConfig? git,
- String? metricsGcpServiceAccountEmail,
- ConfigManagementOciConfig? oci,
- bool? preventDrift,
- String? sourceFormat,
- bool? stopSyncing,
Implementation
ConfigManagementConfigSync({
this.deploymentOverrides,
this.enabled,
this.git,
this.metricsGcpServiceAccountEmail,
this.oci,
this.preventDrift,
this.sourceFormat,
this.stopSyncing,
});