CreateHapgResponse constructor

CreateHapgResponse({
  1. String? hapgArn,
})

Implementation

CreateHapgResponse({
  this.hapgArn,
});