GoogleCloudChannelV1ListOffersResponse constructor
GoogleCloudChannelV1ListOffersResponse({
- String? nextPageToken,
- List<
GoogleCloudChannelV1Offer> ? offers,
Implementation
GoogleCloudChannelV1ListOffersResponse({
this.nextPageToken,
this.offers,
});