Class: Google::Analytics::Admin::V1alpha::ListReportingDataAnnotationsResponse
- Inherits:
-
Object
- Object
- Google::Analytics::Admin::V1alpha::ListReportingDataAnnotationsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb
Overview
Response message for ListReportingDataAnnotation RPC.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
A token, which can be sent as
page_token
to retrieve the next page. -
#reporting_data_annotations ⇒ ::Array<::Google::Analytics::Admin::V1alpha::ReportingDataAnnotation>
List of Reporting Data Annotations.
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.
2918 2919 2920 2921 |
# File 'proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb', line 2918 class ListReportingDataAnnotationsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#reporting_data_annotations ⇒ ::Array<::Google::Analytics::Admin::V1alpha::ReportingDataAnnotation>
Returns List of Reporting Data Annotations.
2918 2919 2920 2921 |
# File 'proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb', line 2918 class ListReportingDataAnnotationsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |