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-03-21 UTC."],[[["The `TransferEligibility` class specifies whether a SKU is eligible for transfer, with version 2.14.0 being the latest available."],["This class, found within the `Google.Cloud.Channel.V1` namespace, implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["There are numerous previous versions of this class available, ranging from 2.13.0 all the way back to 1.0.0, each accessible via a specific URL."],["`TransferEligibility` has properties to determine if a SKU is transferable (`IsEligible`), and if not, what the `IneligibilityReason` is, as well as a `Description` that can give more information."],["There are two constructors available for the `TransferEligibility` class, one empty, and one that takes another instance of itself."]]],[]]