Class: Google::Cloud::Channel::V1::ConditionalOverride

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#adjustment::Google::Cloud::Channel::V1::RepricingAdjustment

Returns Required. Information about the applied override's adjustment.

Returns:



170
171
172
173
# File 'proto_docs/google/cloud/channel/v1/repricing.rb', line 170

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.

Returns:



170
171
172
173
# File 'proto_docs/google/cloud/channel/v1/repricing.rb', line 170

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.

Returns:



170
171
172
173
# File 'proto_docs/google/cloud/channel/v1/repricing.rb', line 170

class ConditionalOverride
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end