GoogleCloudPaymentsResellerSubscriptionV1ListProductsResponse constructor

GoogleCloudPaymentsResellerSubscriptionV1ListProductsResponse({
  1. String? nextPageToken,
  2. List<GoogleCloudPaymentsResellerSubscriptionV1Product>? products,
})

Implementation

GoogleCloudPaymentsResellerSubscriptionV1ListProductsResponse({
  this.nextPageToken,
  this.products,
});