CreateDeploymentResponse constructor

CreateDeploymentResponse({
  1. String? deploymentArn,
  2. String? deploymentId,
})

Implementation

CreateDeploymentResponse({
  this.deploymentArn,
  this.deploymentId,
});