GoogleCloudPaymentsResellerSubscriptionV1ListProductsResponse constructor
GoogleCloudPaymentsResellerSubscriptionV1ListProductsResponse({
- String? nextPageToken,
- List<
GoogleCloudPaymentsResellerSubscriptionV1Product> ? products,
Implementation
GoogleCloudPaymentsResellerSubscriptionV1ListProductsResponse({
this.nextPageToken,
this.products,
});