GoogleCloudChannelV1ListTransferableOffersRequest constructor

GoogleCloudChannelV1ListTransferableOffersRequest({
  1. String? billingAccount,
  2. String? cloudIdentityId,
  3. String? customerName,
  4. String? languageCode,
  5. int? pageSize,
  6. String? pageToken,
  7. String? sku,
})

Implementation

GoogleCloudChannelV1ListTransferableOffersRequest({
  this.billingAccount,
  this.cloudIdentityId,
  this.customerName,
  this.languageCode,
  this.pageSize,
  this.pageToken,
  this.sku,
});