Class: Google::Cloud::Channel::V1::GetChannelPartnerRepricingConfigRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Channel::V1::GetChannelPartnerRepricingConfigRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/channel/v1/service.rb
Overview
Request message for CloudChannelService.GetChannelPartnerRepricingConfig
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The resource name of the ChannelPartnerRepricingConfig Format: accounts/{account_id}/channelPartnerLinks/{channel_partner_id}/channelPartnerRepricingConfigs/{id}.
632 633 634 635 |
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 632 class GetChannelPartnerRepricingConfigRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |