Class: Google::Shopping::Merchant::Conversions::V1beta::GetConversionSourceRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/shopping/merchant/conversions/v1beta/conversionsources.rb

Overview

Request message for the GetConversionSource method.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The name of the conversion source to be fetched. Format: accounts/{account}/conversionsources/{conversion_source}.

Returns:

  • (::String)

    Required. The name of the conversion source to be fetched. Format: accounts/{account}/conversionsources/{conversion_source}



243
244
245
246
# File 'proto_docs/google/shopping/merchant/conversions/v1beta/conversionsources.rb', line 243

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