GetGatewayGroupResponse constructor

GetGatewayGroupResponse({
  1. GatewayGroup? gatewayGroup,
})

Implementation

GetGatewayGroupResponse({
  this.gatewayGroup,
});