ConfigManagementGitConfig constructor

ConfigManagementGitConfig({
  1. String? gcpServiceAccountEmail,
  2. String? httpsProxy,
  3. String? policyDir,
  4. String? secretType,
  5. String? syncBranch,
  6. String? syncRepo,
  7. String? syncRev,
  8. String? syncWaitSecs,
})

Implementation

ConfigManagementGitConfig({
  this.gcpServiceAccountEmail,
  this.httpsProxy,
  this.policyDir,
  this.secretType,
  this.syncBranch,
  this.syncRepo,
  this.syncRev,
  this.syncWaitSecs,
});