GoogleCloudChannelV1BillableSku constructor

GoogleCloudChannelV1BillableSku({
  1. String? service,
  2. String? serviceDisplayName,
  3. String? sku,
  4. String? skuDisplayName,
})

Implementation

GoogleCloudChannelV1BillableSku({
  this.service,
  this.serviceDisplayName,
  this.sku,
  this.skuDisplayName,
});