Class: Google::Analytics::Admin::V1alpha::ListAdSenseLinksResponse
- Inherits:
-
Object
- Object
- Google::Analytics::Admin::V1alpha::ListAdSenseLinksResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb
Overview
Response message for ListAdSenseLinks method.
Instance Attribute Summary collapse
-
#adsense_links ⇒ ::Array<::Google::Analytics::Admin::V1alpha::AdSenseLink>
List of AdSenseLinks.
-
#next_page_token ⇒ ::String
A token, which can be sent as
page_token
to retrieve the next page.
Instance Attribute Details
#adsense_links ⇒ ::Array<::Google::Analytics::Admin::V1alpha::AdSenseLink>
Returns List of AdSenseLinks.
2388 2389 2390 2391 |
# File 'proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb', line 2388 class ListAdSenseLinksResponse 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.
2388 2389 2390 2391 |
# File 'proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb', line 2388 class ListAdSenseLinksResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |