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 `TransferableSku` class is a read-only representation of information needed by resellers to view existing customer-provisioned services they don't own, within the Google Cloud Channel V1."],["This class includes properties for `LegacySku`, `Sku`, and `TransferEligibility`, providing details about the SKU and its transfer eligibility."],["The latest version is 2.14.0, and it shows a list of past versions going down to version 1.0.0."],["The `TransferableSku` class has different constructors, one being public and the other receiving a `TransferableSku` as a parameter."],["The class implements multiple interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities and usage within the Google Cloud Channel environment."]]],[]]