public sealed class Offer : IMessage<Offer>, IEquatable<Offer>, IDeepCloneable<Offer>, IBufferMessage, IMessage
Represents an offer made to resellers for purchase.
An offer is associated with a [Sku][google.cloud.channel.v1.Sku], has a plan for payment, a price, and
defines the constraints for buying.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe webpage documents the \u003ccode\u003eOffer\u003c/code\u003e class within the \u003ccode\u003eGoogle.Cloud.Channel.V1\u003c/code\u003e namespace, which represents an offer made to resellers for purchase and is associated with a \u003ccode\u003eSku\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of the \u003ccode\u003eOffer\u003c/code\u003e class is 2.14.0, with a history of versions available dating back to 1.0.0, and the class has a number of implementations.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eOffer\u003c/code\u003e class includes properties like \u003ccode\u003eConstraints\u003c/code\u003e, \u003ccode\u003eEndTime\u003c/code\u003e, \u003ccode\u003eMarketingInfo\u003c/code\u003e, \u003ccode\u003eName\u003c/code\u003e, \u003ccode\u003eParameterDefinitions\u003c/code\u003e, \u003ccode\u003ePlan\u003c/code\u003e, \u003ccode\u003ePriceByResources\u003c/code\u003e, \u003ccode\u003eSku\u003c/code\u003e, and \u003ccode\u003eStartTime\u003c/code\u003e, defining various aspects of the offer.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eOffer\u003c/code\u003e class is part of the Google Cloud Channel API, designed for managing offers related to Google Cloud products and it inherits and implements several classes and interfaces, including \u003ccode\u003eObject\u003c/code\u003e, \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, and \u003ccode\u003eIDeepCloneable\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThere are two constructors of the \u003ccode\u003eOffer\u003c/code\u003e class: one public constructor \u003ccode\u003eOffer()\u003c/code\u003e, and one \u003ccode\u003eOffer(Offer other)\u003c/code\u003e that take an \u003ccode\u003eOffer\u003c/code\u003e object as an argument, allowing for the potential cloning of a prior \u003ccode\u003eOffer\u003c/code\u003e object.\u003c/p\u003e\n"]]],[],null,[]]