Class: Google::Cloud::Channel::V1::CreateCustomerRepricingConfigRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/channel/v1/service.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#customer_repricing_config::Google::Cloud::Channel::V1::CustomerRepricingConfig

Returns Required. The CustomerRepricingConfig object to update.

Returns:



575
576
577
578
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 575

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}.

Returns:

  • (::String)

    Required. The resource name of the customer that will receive this repricing config. Parent uses the format: accounts/{account_id}/customers/{customer_id}



575
576
577
578
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 575

class CreateCustomerRepricingConfigRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end