public sealed class Sku : IMessage<Sku>, IEquatable<Sku>, IDeepCloneable<Sku>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Channel v1 API class Sku.
Represents a product's purchasable Stock Keeping Unit (SKU).
SKUs represent the different variations of the product. For example, Google
Workspace Business Standard and Google Workspace Business Plus are Google
Workspace product SKUs.
[[["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 provides documentation for the `Sku` class within the Google Cloud Channel v1 API, offering various version-specific references, with the latest being version 2.14.0."],["The `Sku` class represents a Stock Keeping Unit, which is a purchasable variation of a product, such as the difference between Google Workspace Business Standard and Google Workspace Business Plus."],["The `Sku` class inherits from `Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["Key properties of the `Sku` class include `MarketingInfo`, `Name`, `Product`, and `SkuName`, which provide details about the SKU's marketing information, resource name, associated product, and the SKU name itself."],["The webpage lists all the versions of the Sku class down to 1.0.0."]]],[]]