Class: Google::Cloud::Channel::V1::RepricingCondition
- Inherits:
-
Object
- Object
- Google::Cloud::Channel::V1::RepricingCondition
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/channel/v1/repricing.rb
Overview
Represents the various repricing conditions you can use for a conditional override.
Instance Attribute Summary collapse
-
#sku_group_condition ⇒ ::Google::Cloud::Channel::V1::SkuGroupCondition
SKU Group condition for override.
Instance Attribute Details
#sku_group_condition ⇒ ::Google::Cloud::Channel::V1::SkuGroupCondition
Returns SKU Group condition for override.
182 183 184 185 |
# File 'proto_docs/google/cloud/channel/v1/repricing.rb', line 182 class RepricingCondition include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |