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 available for the Cloud Channel v1 API class Sku is 2.14.0, with multiple previous versions accessible, ranging down to version 1.0.0."],["Sku represents a purchasable Stock Keeping Unit (SKU) for a product, which can be considered as a different variations of the product such as Google Workspace Business Standard and Google Workspace Business Plus."],["The Sku class inherits from 'object' and implements interfaces like IMessage, IEquatable, IDeepCloneable, and IBufferMessage."],["Sku objects have properties such as MarketingInfo, Name, Product, and SkuName, which provide information about the SKU's marketing, resource name, associated product, and resource name type respectively."]]],[]]