GoogleCloudChannelV1ListTransferableSkusRequest constructor

GoogleCloudChannelV1ListTransferableSkusRequest({
  1. String? authToken,
  2. String? cloudIdentityId,
  3. String? customerName,
  4. String? languageCode,
  5. int? pageSize,
  6. String? pageToken,
})

Implementation

GoogleCloudChannelV1ListTransferableSkusRequest({
  this.authToken,
  this.cloudIdentityId,
  this.customerName,
  this.languageCode,
  this.pageSize,
  this.pageToken,
});