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."],[[["This webpage details the `TransferableSku` class, which is part of the Google Cloud Channel V1 library and is used to represent existing provisioned services that a reseller doesn't own."],["The latest version of `TransferableSku` is 2.14.0, and the page provides links to the documentation of past versions dating back to 1.0.0, all related to the Google.Cloud.Channel.V1 namespace."],["The `TransferableSku` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` and is derived from the `Object` class."],["Key properties of the `TransferableSku` class include `LegacySku`, `Sku`, and `TransferEligibility`, which are used to access information about the customer's entitlement, the associated SKU, and the transfer eligibility of a given SKU, respectively."],["This class also contains two constructors: a parameterless `TransferableSku()` constructor, and a `TransferableSku(TransferableSku other)` constructor."]]],[]]