Class: Google::Cloud::Channel::V1::UpdateChannelPartnerRepricingConfigRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Channel::V1::UpdateChannelPartnerRepricingConfigRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/channel/v1/service.rb
Overview
Request message for CloudChannelService.UpdateChannelPartnerRepricingConfig.
Instance Attribute Summary collapse
-
#channel_partner_repricing_config ⇒ ::Google::Cloud::Channel::V1::ChannelPartnerRepricingConfig
Required.
Instance Attribute Details
#channel_partner_repricing_config ⇒ ::Google::Cloud::Channel::V1::ChannelPartnerRepricingConfig
Returns Required. The ChannelPartnerRepricingConfig object to update.
712 713 714 715 |
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 712 class UpdateChannelPartnerRepricingConfigRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |