GoogleCloudChannelV1ListTransferableOffersResponse constructor
GoogleCloudChannelV1ListTransferableOffersResponse({
- String? nextPageToken,
- List<
GoogleCloudChannelV1TransferableOffer> ? transferableOffers,
Implementation
GoogleCloudChannelV1ListTransferableOffersResponse({
this.nextPageToken,
this.transferableOffers,
});