GoogleCloudChannelV1ListSkuGroupsResponse constructor

GoogleCloudChannelV1ListSkuGroupsResponse({
  1. String? nextPageToken,
  2. List<GoogleCloudChannelV1SkuGroup>? skuGroups,
})

Implementation

GoogleCloudChannelV1ListSkuGroupsResponse({
  this.nextPageToken,
  this.skuGroups,
});