Class GoogleCloudChannelV1TransferableSku
TransferableSku represents information a reseller needs to view existing provisioned services for a customer that they do not own. Read-only.
Implements
Inherited Members
Namespace: Google.Apis.Cloudchannel.v1.Data
Assembly: Google.Apis.Cloudchannel.v1.dll
Syntax
public class GoogleCloudChannelV1TransferableSku : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
LegacySku
Optional. The customer to transfer has an entitlement with the populated legacy SKU.
Declaration
[JsonProperty("legacySku")]
public virtual GoogleCloudChannelV1Sku LegacySku { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudChannelV1Sku |
Sku
The SKU pertaining to the provisioning resource as specified in the Offer.
Declaration
[JsonProperty("sku")]
public virtual GoogleCloudChannelV1Sku Sku { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudChannelV1Sku |
TransferEligibility
Describes the transfer eligibility of a SKU.
Declaration
[JsonProperty("transferEligibility")]
public virtual GoogleCloudChannelV1TransferEligibility TransferEligibility { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudChannelV1TransferEligibility |