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 latest version of the Google Cloud Channel v1 API class Sku is 2.14.0, with numerous previous versions also available, ranging back to version 1.0.0."],["The Sku class represents a purchasable Stock Keeping Unit (SKU) and is a variation of a Product within the Google Cloud Channel v1 API."],["The `Sku` class provides properties such as `MarketingInfo`, `Name`, `Product`, and `SkuName`, offering details about the SKU's marketing information, resource name, associated product, and a typed view of the resource name."],["The Sku class implements multiple interfaces including IMessage, IEquatable, IDeepCloneable and IBufferMessage, indicating its capabilities for message handling, equality checks, deep cloning, and buffered operations."]]],[]]