GoogleCloudChannelV1TransferableSku constructor

GoogleCloudChannelV1TransferableSku({
  1. GoogleCloudChannelV1Sku? legacySku,
  2. GoogleCloudChannelV1Sku? sku,
  3. GoogleCloudChannelV1TransferEligibility? transferEligibility,
})

Implementation

GoogleCloudChannelV1TransferableSku({
  this.legacySku,
  this.sku,
  this.transferEligibility,
});