ConfigManagementConfigSync constructor

ConfigManagementConfigSync({
  1. bool? allowVerticalScale,
  2. bool? enabled,
  3. ConfigManagementGitConfig? git,
  4. String? metricsGcpServiceAccountEmail,
  5. ConfigManagementOciConfig? oci,
  6. bool? preventDrift,
  7. String? sourceFormat,
})

Implementation

ConfigManagementConfigSync({
  this.allowVerticalScale,
  this.enabled,
  this.git,
  this.metricsGcpServiceAccountEmail,
  this.oci,
  this.preventDrift,
  this.sourceFormat,
});