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