Class: Google::Cloud::Channel::V1::DeleteChannelPartnerRepricingConfigRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Channel::V1::DeleteChannelPartnerRepricingConfigRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/channel/v1/service.rb
Overview
Request message for DeleteChannelPartnerRepricingConfig.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The resource name of the channel partner repricing config rule to delete.
722 723 724 725 |
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 722 class DeleteChannelPartnerRepricingConfigRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |