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-04-17 UTC."],[[["This webpage provides documentation for the `Sku` class within the Google Cloud Channel v1 API, offering various version-specific references."],["The `Sku` class represents a purchasable Stock Keeping Unit and its various forms, such as Google Workspace Business Standard and Plus, with links to specific versions from 1.0.0 up to the latest 2.14.0."],["The `Sku` class inherits from the `Object` class and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `Sku` class include `MarketingInfo`, `Name`, `Product`, and `SkuName`, providing details about the SKU's marketing information, resource name, associated product, and a typed view of the resource name."],["The page outlines the constructors for creating a `Sku` object, including a parameter-less constructor and one that accepts another `Sku` object as a parameter."]]],[]]