BatchSuccessfulResultModel constructor

BatchSuccessfulResultModel({
  1. String? arn,
  2. String? id,
  3. String? state,
})

Implementation

BatchSuccessfulResultModel({
  this.arn,
  this.id,
  this.state,
});