Class: Google::Shopping::Merchant::Conversions::V1::DeleteConversionSourceRequest
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::Conversions::V1::DeleteConversionSourceRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/merchant/conversions/v1/conversionsources.rb
Overview
Request message for the DeleteConversionSource method.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the conversion source to be deleted.
Format: accounts/{account}/conversionSources/{conversion_source}.
225 226 227 228 |
# File 'proto_docs/google/shopping/merchant/conversions/v1/conversionsources.rb', line 225 class DeleteConversionSourceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |