CreateDeploymentResponse constructor

CreateDeploymentResponse({
  1. String? deploymentId,
  2. String? iotJobArn,
  3. String? iotJobId,
})

Implementation

CreateDeploymentResponse({
  this.deploymentId,
  this.iotJobArn,
  this.iotJobId,
});