public sealed class TransferableOffer : IMessage<TransferableOffer>, IEquatable<TransferableOffer>, IDeepCloneable<TransferableOffer>, IBufferMessage, IMessage
TransferableOffer represents an Offer that can be used in Transfer.
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-04-17 UTC."],[[["The webpage details the `TransferableOffer` class within the `Google.Cloud.Channel.V1` namespace, used for representing an offer that can be transferred."],["Version 2.14.0 is the latest available version for `TransferableOffer`, with previous versions available from 2.13.0 all the way to 1.0.0."],["The `TransferableOffer` class inherits from `Object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, `IMessage`."],["The class has two constructors, a default one and one that takes another `TransferableOffer` as a parameter."],["It features a property named `Offer`, which is used to store the offer with the parameter constraints updated to allow the transfer."]]],[]]