CreateGroupVersionResponse constructor

CreateGroupVersionResponse({
  1. String? arn,
  2. String? creationTimestamp,
  3. String? id,
  4. String? version,
})

Implementation

CreateGroupVersionResponse({
  this.arn,
  this.creationTimestamp,
  this.id,
  this.version,
});