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-06-16 UTC."],[[["The page provides documentation for the `Sku` class within the Google Cloud Channel v1 API, covering versions from 1.0.0 to the latest, 2.14.0."],["The `Sku` class represents a Stock Keeping Unit, which is a specific variation of a product, such as different tiers within the Google Workspace product line."],["The `Sku` class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and has properties like `MarketingInfo`, `Name`, `Product`, and `SkuName`."],["The `Sku` class has two constructors, one of which accepts another `Sku` instance for cloning purposes, and is associated with the `Google.Cloud.Channel.V1` namespace."],["The webpage lists all the versions of the `Sku` class from version `1.0.0` all the way to the most recent version `2.14.0`."]]],[]]