AutoBranchCreationConfig constructor

AutoBranchCreationConfig({
  1. String? basicAuthCredentials,
  2. String? buildSpec,
  3. bool? enableAutoBuild,
  4. bool? enableBasicAuth,
  5. bool? enablePerformanceMode,
  6. bool? enablePullRequestPreview,
  7. Map<String, String>? environmentVariables,
  8. String? framework,
  9. String? pullRequestEnvironmentName,
  10. Stage? stage,
})

Implementation

AutoBranchCreationConfig({
  this.basicAuthCredentials,
  this.buildSpec,
  this.enableAutoBuild,
  this.enableBasicAuth,
  this.enablePerformanceMode,
  this.enablePullRequestPreview,
  this.environmentVariables,
  this.framework,
  this.pullRequestEnvironmentName,
  this.stage,
});