Class GoogleCloudChannelV1TransferEligibility
Specifies transfer eligibility of a SKU.
Implements
Inherited Members
Namespace: Google.Apis.Cloudchannel.v1.Data
Assembly: Google.Apis.Cloudchannel.v1.dll
Syntax
public class GoogleCloudChannelV1TransferEligibility : IDirectResponseSchema
Properties
Description
Localized description if reseller is not eligible to transfer the SKU.
Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
IneligibilityReason
Specified the reason for ineligibility.
Declaration
[JsonProperty("ineligibilityReason")]
public virtual string IneligibilityReason { get; set; }
Property Value
Type | Description |
---|---|
string |
IsEligible
Whether reseller is eligible to transfer the SKU.
Declaration
[JsonProperty("isEligible")]
public virtual bool? IsEligible { get; set; }
Property Value
Type | Description |
---|---|
bool? |