GoogleCloudChannelV1TransferableSku constructor
GoogleCloudChannelV1TransferableSku({
- GoogleCloudChannelV1Sku? legacySku,
- GoogleCloudChannelV1Sku? sku,
- GoogleCloudChannelV1TransferEligibility? transferEligibility,
Implementation
GoogleCloudChannelV1TransferableSku({
this.legacySku,
this.sku,
this.transferEligibility,
});