Class: Google::Cloud::Channel::V1::CreateCustomerRepricingConfigRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Channel::V1::CreateCustomerRepricingConfigRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/channel/v1/service.rb
Overview
Request message for CloudChannelService.CreateCustomerRepricingConfig.
Instance Attribute Summary collapse
-
#customer_repricing_config ⇒ ::Google::Cloud::Channel::V1::CustomerRepricingConfig
Required.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#customer_repricing_config ⇒ ::Google::Cloud::Channel::V1::CustomerRepricingConfig
612 613 614 615 |
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 612 class CreateCustomerRepricingConfigRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
612 613 614 615 |
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 612 class CreateCustomerRepricingConfigRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |