GoogleCloudChannelV1ListCustomersResponse constructor
GoogleCloudChannelV1ListCustomersResponse({
- List<
GoogleCloudChannelV1Customer> ? customers, - String? nextPageToken,
Implementation
GoogleCloudChannelV1ListCustomersResponse({
this.customers,
this.nextPageToken,
});