GoogleCloudChannelV1ProvisionedService constructor

GoogleCloudChannelV1ProvisionedService({
  1. String? productId,
  2. String? provisioningId,
  3. String? skuId,
})

Implementation

GoogleCloudChannelV1ProvisionedService({
  this.productId,
  this.provisioningId,
  this.skuId,
});