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, detailing its usage in the Google Cloud Channel API."],["`TransferableOffer` is a read-only class that represents an offer applicable for transfers and it implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation lists available versions of the `TransferableOffer` class, ranging from version 1.0.0 up to the latest version 2.14.0, with links to each version's specific details."],["The page details the `TransferableOffer` class's inheritance, its implemented interfaces, inherited members from the base `Object` class, its namespace, and its assembly file."],["The documentation outlines the constructors for creating a `TransferableOffer` instance and also details its one property `Offer`, which is of type `Offer`, and describes that this property contains an offer with parameter constraints to allow the Transfer."]]],[]]