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-03-21 UTC."],[[["The latest version available for `TransferableOffer` within the `Google.Cloud.Channel.V1` namespace is version 2.14.0."],["`TransferableOffer` is a class that represents an offer usable in a transfer process and is designated as read-only."],["The `TransferableOffer` class has inherited members from the Object class such as GetHashCode, GetType, MemberwiseClone, and ToString."],["This class implements several interfaces, including IMessage, IEquatable, IDeepCloneable, and IBufferMessage, and allows for the creation of instances through two constructors: a parameterless one and one that takes another `TransferableOffer` object as an argument."],["The `TransferableOffer` class has one property, named `Offer`, which allows you to retrieve or set the offer with updated constraints suitable for the transfer, of type `Offer`."]]],[]]