CreateSoftwareUpdateJobResponse constructor

CreateSoftwareUpdateJobResponse({
  1. String? iotJobArn,
  2. String? iotJobId,
  3. String? platformSoftwareVersion,
})

Implementation

CreateSoftwareUpdateJobResponse({
  this.iotJobArn,
  this.iotJobId,
  this.platformSoftwareVersion,
});