public sealed class TransferableSku : IMessage<TransferableSku>, IEquatable<TransferableSku>, IDeepCloneable<TransferableSku>, IBufferMessage, IMessage
TransferableSku represents information a reseller needs to view existing
provisioned services for a customer that they do not own.
Read-only.
[[["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 latest version of `TransferableSku` is 2.14.0, with several previous versions available, ranging from 2.13.0 down to 1.0.0."],["`TransferableSku` is a read-only class that provides information resellers need to view existing provisioned services for customers they do not own."],["It implements `Google.Protobuf.IMessage\u003cTransferableSku\u003e`, `IEquatable\u003cTransferableSku\u003e`, `Google.Protobuf.IDeepCloneable\u003cTransferableSku\u003e`, `Google.Protobuf.IBufferMessage`, and `Google.Protobuf.IMessage`."],["The `TransferableSku` class includes properties such as `Sku`, which specifies the provisioning resource, and `TransferEligibility`, describing the transfer eligibility of a SKU."],["The class is constructed using a default constructor, `TransferableSku()`, or by providing another `TransferableSku` instance to the `TransferableSku(TransferableSku other)` constructor."]]],[]]