GoogleCloudChannelV1ListTransferableOffersResponse constructor

GoogleCloudChannelV1ListTransferableOffersResponse({
  1. String? nextPageToken,
  2. List<GoogleCloudChannelV1TransferableOffer>? transferableOffers,
})

Implementation

GoogleCloudChannelV1ListTransferableOffersResponse({
  this.nextPageToken,
  this.transferableOffers,
});