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
Returns Required. The CustomerRepricingConfig object to update.
598 599 600 601 |
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 598 class CreateCustomerRepricingConfigRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The resource name of the customer that will receive this repricing config. Parent uses the format: accounts/{account_id}/customers/{customer_id}.
598 599 600 601 |
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 598 class CreateCustomerRepricingConfigRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |