GoogleCloudChannelV1ListSkuGroupsResponse constructor
GoogleCloudChannelV1ListSkuGroupsResponse({
- String? nextPageToken,
- List<
GoogleCloudChannelV1SkuGroup> ? skuGroups,
Implementation
GoogleCloudChannelV1ListSkuGroupsResponse({
this.nextPageToken,
this.skuGroups,
});