Class: Google::Cloud::Channel::V1::CreateChannelPartnerRepricingConfigRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Channel::V1::CreateChannelPartnerRepricingConfigRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/channel/v1/service.rb
Overview
Request message for CloudChannelService.CreateChannelPartnerRepricingConfig.
Instance Attribute Summary collapse
-
#channel_partner_repricing_config ⇒ ::Google::Cloud::Channel::V1::ChannelPartnerRepricingConfig
Required.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#channel_partner_repricing_config ⇒ ::Google::Cloud::Channel::V1::ChannelPartnerRepricingConfig
Returns Required. The ChannelPartnerRepricingConfig object to update.
702 703 704 705 |
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 702 class CreateChannelPartnerRepricingConfigRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The resource name of the ChannelPartner that will receive the repricing config. Parent uses the format: accounts/{account_id}/channelPartnerLinks/{channel_partner_id}.
702 703 704 705 |
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 702 class CreateChannelPartnerRepricingConfigRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |