Class: Google::Analytics::Admin::V1alpha::ListSearchAds360LinksResponse
- Inherits:
-
Object
- Object
- Google::Analytics::Admin::V1alpha::ListSearchAds360LinksResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb
Overview
Response message for ListSearchAds360Links RPC.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
A token, which can be sent as
page_token
to retrieve the next page. -
#search_ads_360_links ⇒ ::Array<::Google::Analytics::Admin::V1alpha::SearchAds360Link>
List of SearchAds360Links.
Instance Attribute Details
#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.
1217 1218 1219 1220 |
# File 'proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb', line 1217 class ListSearchAds360LinksResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#search_ads_360_links ⇒ ::Array<::Google::Analytics::Admin::V1alpha::SearchAds360Link>
Returns List of SearchAds360Links.
1217 1218 1219 1220 |
# File 'proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb', line 1217 class ListSearchAds360LinksResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |