DeploymentConfig constructor

DeploymentConfig({
  1. String? description,
  2. String? manifestFileName,
  3. String? scriptId,
  4. int? versionNumber,
})

Implementation

DeploymentConfig({
  this.description,
  this.manifestFileName,
  this.scriptId,
  this.versionNumber,
});