GoogleCloudChannelV1ListCustomersResponse constructor

GoogleCloudChannelV1ListCustomersResponse({
  1. List<GoogleCloudChannelV1Customer>? customers,
  2. String? nextPageToken,
})

Implementation

GoogleCloudChannelV1ListCustomersResponse({
  this.customers,
  this.nextPageToken,
});