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."],[[["This webpage provides documentation for the `Sku` class within the Google Cloud Channel v1 API, covering versions from 1.0.0 to the latest version 2.14.0."],["The `Sku` class represents a purchasable Stock Keeping Unit, which is a variation of a product, such as Google Workspace Business Standard and Google Workspace Business Plus being two distinct SKUs of the Google Workspace product."],["The `Sku` class inherits from `object` and implements multiple interfaces, including `IMessage`, `IEquatable\u003cSku\u003e`, `IDeepCloneable\u003cSku\u003e`, and `IBufferMessage`."],["Key properties of the `Sku` class include `MarketingInfo`, `Name` (the resource name), `Product` (the associated product), and `SkuName`, offering detailed information about the SKU."],["The document outlines two constructors for creating a `Sku` object: a parameterless constructor and a constructor that takes another `Sku` object as a parameter to copy its properties."]]],[]]