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 webpage provides documentation for the `TransferableOffer` class within the `Google.Cloud.Channel.V1` namespace, representing an offer that can be used in a transfer."],["The latest version documented is 2.14.0, and the page lists documentation for many previous versions, down to version 1.0.0."],["`TransferableOffer` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from `Object` and has constructors for creating a new `TransferableOffer` or copying from an existing one."],["The `Offer` property within `TransferableOffer` contains information on offer details and parameter constraints."]]],[]]