ListGatewaysResponse constructor

ListGatewaysResponse({
  1. List<Gateway>? gateways,
  2. String? nextPageToken,
  3. List<String>? unreachable,
})

Implementation

ListGatewaysResponse({
  this.gateways,
  this.nextPageToken,
  this.unreachable,
});