GoogleCloudChannelV1ListOffersResponse constructor

GoogleCloudChannelV1ListOffersResponse({
  1. String? nextPageToken,
  2. List<GoogleCloudChannelV1Offer>? offers,
})

Implementation

GoogleCloudChannelV1ListOffersResponse({
  this.nextPageToken,
  this.offers,
});