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 `TransferableOffer` class, found in the `Google.Cloud.Channel.V1` namespace, represents an offer that is applicable for transfers and is read-only."],["This class is available in versions ranging from 1.0.0 to the latest version 2.14.0 of the `Google.Cloud.Channel.V1` package, which can be navigated via the provided links."],["The `TransferableOffer` class inherits from the `Object` class and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class has two constructors, one is a parameterless constructor and the second one taking a `TransferableOffer` object as a parameter."],["The `TransferableOffer` class contains a property called `Offer`, and it contains the parameter constraints to allow the transfer, which is an `Offer` object."]]],[]]