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-04-17 UTC."],[[["The webpage documents the `Sku` class within the `Google.Cloud.Channel.V1` namespace, representing a purchasable Stock Keeping Unit (SKU) for a product, with version 2.14.0 being the latest."],["The `Sku` class has multiple versions available, ranging from the latest version 2.14.0 down to 1.0.0, accessible via individual links for each version."],["`Sku` inherits from `Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing methods and properties related to product variations."],["Key properties of the `Sku` class include `MarketingInfo`, `Name`, `Product`, and `SkuName`, which offer details about marketing, resource naming, associated product, and a typed view of the resource name."],["The webpage also lists inherited members of the object class, which include `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`, as well as two constructors for `Sku`, one parameterless and one taking another Sku object."]]],[]]