Class: Google::Shopping::Merchant::Conversions::V1beta::ListConversionSourcesResponse

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

Response message for the ListConversionSources method.

Instance Attribute Summary collapse

Instance Attribute Details

#conversion_sources::Array<::Google::Shopping::Merchant::Conversions::V1beta::ConversionSource>

Returns List of conversion sources.

Returns:



278
279
280
281
# File 'proto_docs/google/shopping/merchant/conversions/v1beta/conversionsources.rb', line 278

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

#next_page_token::String

Returns Token to be used to fetch the next results page.

Returns:

  • (::String)

    Token to be used to fetch the next results page.



278
279
280
281
# File 'proto_docs/google/shopping/merchant/conversions/v1beta/conversionsources.rb', line 278

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