Class: Google::Shopping::Merchant::DataSources::V1beta::ListDataSourcesResponse

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

Overview

Response message for the ListDataSources method.

Instance Attribute Summary collapse

Instance Attribute Details

#data_sources::Array<::Google::Shopping::Merchant::DataSources::V1beta::DataSource>

Returns The data sources from the specified account.

Returns:



169
170
171
172
# File 'proto_docs/google/shopping/merchant/datasources/v1beta/datasources.rb', line 169

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

#next_page_token::String

Returns A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

Returns:

  • (::String)

    A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.



169
170
171
172
# File 'proto_docs/google/shopping/merchant/datasources/v1beta/datasources.rb', line 169

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