GoogleCloudChannelV1ListTransferableSkusResponse constructor

GoogleCloudChannelV1ListTransferableSkusResponse({
  1. String? nextPageToken,
  2. List<GoogleCloudChannelV1TransferableSku>? transferableSkus,
})

Implementation

GoogleCloudChannelV1ListTransferableSkusResponse({
  this.nextPageToken,
  this.transferableSkus,
});