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` is 2.14.0, but multiple versions are accessible, ranging from 1.0.0 to 2.14.0."],["`TransferableOffer` is a read-only class that represents an Offer that can be used in a Transfer, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class is part of the `Google.Cloud.Channel.V1` namespace and is contained within the `Google.Cloud.Channel.V1.dll` assembly."],["`TransferableOffer` has two constructors, a default constructor and a constructor that takes another `TransferableOffer` object as a parameter."],["The `Offer` property of type `Offer` is available, representing the offer with updated parameter constraints to allow the transfer."]]],[]]