public sealed class SkuGroupCondition : IMessage<SkuGroupCondition>, IEquatable<SkuGroupCondition>, IDeepCloneable<SkuGroupCondition>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Channel v1 API class SkuGroupCondition.
A condition that applies the override if a line item SKU is found in the SKU
group.
Specifies a SKU group (https://cloud.google.com/skus/sku-groups).
Resource name of SKU group. Format:
accounts/{account}/skuGroups/{sku_group}.
Example:
"accounts/C01234/skuGroups/3d50fd57-3157-4577-a5a9-a219b8490041".
[[["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 `SkuGroupCondition` class in the Google.Cloud.Channel.V1 API is used to apply overrides based on whether a line item SKU is found within a specified SKU group."],["The latest version of the API documentation for `SkuGroupCondition` is version 2.14.0, and there are numerous prior versions available ranging from 1.0.0 to 2.13.0."],["The `SkuGroupCondition` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enhancing its functionality and compatibility within the .NET ecosystem."],["The `SkuGroupCondition` class contains a single public property named `SkuGroup`, which stores the resource name of the associated SKU group, formatted as \"accounts/{account}/skuGroups/{sku_group}\"."],["The `SkuGroupCondition` class contains two constructors one for a new condition and the other to create one based off of a existing one."]]],[]]