public sealed class TransferEligibility : IMessage<TransferEligibility>, IEquatable<TransferEligibility>, IDeepCloneable<TransferEligibility>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Channel v1 API class TransferEligibility.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The `TransferEligibility` class in the Google Cloud Channel v1 API determines if a reseller is eligible to transfer a specific SKU."],["The latest available version of `TransferEligibility` is 2.14.0, with the documentation listing versions back to 1.0.0."],["This class inherits from the `object` class and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It provides properties such as `IsEligible` to indicate the eligibility status, `IneligibilityReason` for the reason of ineligibility, and `Description` for a localized explanation."],["There are also 2 contructors provided, one to create an instance of the object, the other to copy another instance of the object."]]],[]]