GoogleCloudChannelV1ListTransferableSkusResponse constructor
GoogleCloudChannelV1ListTransferableSkusResponse({
- String? nextPageToken,
- List<
GoogleCloudChannelV1TransferableSku> ? transferableSkus,
Implementation
GoogleCloudChannelV1ListTransferableSkusResponse({
this.nextPageToken,
this.transferableSkus,
});