Class: Google::Cloud::Channel::V1::UpdateCustomerRepricingConfigRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Channel::V1::UpdateCustomerRepricingConfigRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/channel/v1/service.rb
Overview
Request message for CloudChannelService.UpdateCustomerRepricingConfig.
Instance Attribute Summary collapse
Instance Attribute Details
#customer_repricing_config ⇒ ::Google::Cloud::Channel::V1::CustomerRepricingConfig
Returns Required. The CustomerRepricingConfig object to update.
608 609 610 611 |
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 608 class UpdateCustomerRepricingConfigRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |