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