public sealed class Sku : IMessage<Sku>, IEquatable<Sku>, IDeepCloneable<Sku>, IBufferMessage, IMessage
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."],[[["The webpage documents the `Sku` class within the `Google.Cloud.Channel.V1` namespace, representing a purchasable Stock Keeping Unit (SKU) in the Google Cloud Channel API."],["It details the `Sku` class's implementation of multiple interfaces, including `IMessage`, `IEquatable\u003cSku\u003e`, `IDeepCloneable\u003cSku\u003e`, and `IBufferMessage`, along with its inheritance from `Object`."],["The content lists various versions of the `Sku` documentation, ranging from version 2.14.0 (latest) down to 1.0.0, each with its own specific link."],["The documentation specifies the properties of the `Sku` class, including `MarketingInfo`, `Name`, `Product`, and `SkuName`, providing details on their types and descriptions."],["The content covers the constructors for creating `Sku` objects, both the parameterless one and the one that takes another `Sku` object."]]],[]]