UpdatePackagingGroupResponse constructor

UpdatePackagingGroupResponse({
  1. String? arn,
  2. Authorization? authorization,
  3. String? domainName,
  4. String? id,
  5. Map<String, String>? tags,
})

Implementation

UpdatePackagingGroupResponse({
  this.arn,
  this.authorization,
  this.domainName,
  this.id,
  this.tags,
});