public sealed class CreateEntitlementPurchase : IMessage<ListPurchasableSkusRequest.Types.CreateEntitlementPurchase>, IEquatable<ListPurchasableSkusRequest.Types.CreateEntitlementPurchase>, IDeepCloneable<ListPurchasableSkusRequest.Types.CreateEntitlementPurchase>, IBufferMessage, IMessage
List SKUs for a new entitlement. Make the purchase using
[CloudChannelService.CreateEntitlement][google.cloud.channel.v1.CloudChannelService.CreateEntitlement].
[[["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 documents the `CreateEntitlementPurchase` class, which is used to list SKUs for new entitlements within the Google Cloud Channel V1 service."],["Version 2.14.0 is the latest available version, while the page itself is currently presenting the documentation for version 1.3.0 of `ListPurchasableSkusRequest.Types.CreateEntitlementPurchase`."],["The `CreateEntitlementPurchase` class inherits from `Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The class features two constructors: a default constructor and one that takes another `CreateEntitlementPurchase` instance as an argument, allowing for cloning."],["It includes a `Product` property, which is a required string field used to specify the product for which SKUs are being listed, supporting a format like \"products/{product_id}\"."]]],[]]