DeploymentOccurrence constructor

DeploymentOccurrence({
  1. String? address,
  2. String? config,
  3. String? deployTime,
  4. String? platform,
  5. List<String>? resourceUri,
  6. String? undeployTime,
  7. String? userEmail,
})

Implementation

DeploymentOccurrence({
  this.address,
  this.config,
  this.deployTime,
  this.platform,
  this.resourceUri,
  this.undeployTime,
  this.userEmail,
});