ListGatewaysResponse constructor

ListGatewaysResponse({
  1. List<GatewaySummary>? gateways,
  2. String? nextToken,
})

Implementation

ListGatewaysResponse({
  this.gateways,
  this.nextToken,
});