Class: Google::Shopping::Merchant::DataSources::V1beta::ListDataSourcesResponse
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::DataSources::V1beta::ListDataSourcesResponse
- 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
-
#data_sources ⇒ ::Array<::Google::Shopping::Merchant::DataSources::V1beta::DataSource>
The data sources from the specified account.
-
#next_page_token ⇒ ::String
A token, which can be sent as
page_token
to retrieve the next page.
Instance Attribute Details
#data_sources ⇒ ::Array<::Google::Shopping::Merchant::DataSources::V1beta::DataSource>
Returns The data sources from the specified account.
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.
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 |