Class: Google::Cloud::Channel::V1::ConditionalOverride
- Inherits:
-
Object
- Object
- Google::Cloud::Channel::V1::ConditionalOverride
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/channel/v1/repricing.rb
Overview
Specifies the override to conditionally apply.
Instance Attribute Summary collapse
-
#adjustment ⇒ ::Google::Cloud::Channel::V1::RepricingAdjustment
Required.
-
#rebilling_basis ⇒ ::Google::Cloud::Channel::V1::RebillingBasis
Required.
-
#repricing_condition ⇒ ::Google::Cloud::Channel::V1::RepricingCondition
Required.
Instance Attribute Details
#adjustment ⇒ ::Google::Cloud::Channel::V1::RepricingAdjustment
Returns Required. Information about the applied override's adjustment.
172 173 174 175 |
# File 'proto_docs/google/cloud/channel/v1/repricing.rb', line 172 class ConditionalOverride include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#rebilling_basis ⇒ ::Google::Cloud::Channel::V1::RebillingBasis
Returns Required. The RebillingBasis to use for the applied override. Shows the relative cost based on your repricing costs.
172 173 174 175 |
# File 'proto_docs/google/cloud/channel/v1/repricing.rb', line 172 class ConditionalOverride include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#repricing_condition ⇒ ::Google::Cloud::Channel::V1::RepricingCondition
Returns Required. Specifies the condition which, if met, will apply the override.
172 173 174 175 |
# File 'proto_docs/google/cloud/channel/v1/repricing.rb', line 172 class ConditionalOverride include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |