public sealed class CreateEntitlementPurchase : IMessage<ListPurchasableOffersRequest.Types.CreateEntitlementPurchase>, IEquatable<ListPurchasableOffersRequest.Types.CreateEntitlementPurchase>, IDeepCloneable<ListPurchasableOffersRequest.Types.CreateEntitlementPurchase>, IBufferMessage, IMessage
[[["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."],[[["This webpage details the `CreateEntitlementPurchase` class, which is used to list offers for creating an entitlement purchase within the Google Cloud Channel API."],["The class is part of the `Google.Cloud.Channel.V1` namespace and is implemented in the `Google.Cloud.Channel.V1.dll` assembly, with the most recent version being 2.14.0."],["It inherits from the base `Object` class and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `CreateEntitlementPurchase` class has two constructors: a default constructor and one that accepts another `CreateEntitlementPurchase` instance."],["It includes a `Sku` property, a string that is required and formatted as `products/{product_id}/skus/{sku_id}`, to specify the product SKU."]]],[]]