public sealed class TransferEligibility : IMessage<TransferEligibility>, IEquatable<TransferEligibility>, IDeepCloneable<TransferEligibility>, IBufferMessage, IMessage
[[["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-04-09 UTC."],[[["The `TransferEligibility` class determines if a reseller is eligible to transfer a specific SKU, with its properties including `IsEligible`, `IneligibilityReason`, and `Description`."],["This class implements multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing it to be used with various Google Protobuf and .NET functionalities."],["The class offers two constructors, one default and one to copy an existing `TransferEligibility` object, to create instances of the `TransferEligibility` class."],["There are multiple versions of the Channel API available, with version `2.14.0` being the latest, and the list ranging all the way back to version `1.0.0`."]]],[]]