ConfigManagementConfigSync constructor
ConfigManagementConfigSync({
- bool? allowVerticalScale,
- bool? enabled,
- ConfigManagementGitConfig? git,
- String? metricsGcpServiceAccountEmail,
- ConfigManagementOciConfig? oci,
- bool? preventDrift,
- String? sourceFormat,
Implementation
ConfigManagementConfigSync({
this.allowVerticalScale,
this.enabled,
this.git,
this.metricsGcpServiceAccountEmail,
this.oci,
this.preventDrift,
this.sourceFormat,
});