Class: Google::Analytics::Admin::V1alpha::ListFirebaseLinksResponse
- Inherits:
-
Object
- Object
- Google::Analytics::Admin::V1alpha::ListFirebaseLinksResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb
Overview
Response message for ListFirebaseLinks RPC
Instance Attribute Summary collapse
-
#firebase_links ⇒ ::Array<::Google::Analytics::Admin::V1alpha::FirebaseLink>
List of FirebaseLinks.
-
#next_page_token ⇒ ::String
A token, which can be sent as
page_token
to retrieve the next page.
Instance Attribute Details
#firebase_links ⇒ ::Array<::Google::Analytics::Admin::V1alpha::FirebaseLink>
Returns List of FirebaseLinks. This will have at most one value.
410 411 412 413 |
# File 'proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb', line 410 class ListFirebaseLinksResponse 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.
Currently, Google Analytics supports only one FirebaseLink per property,
so this will never be populated.
410 411 412 413 |
# File 'proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb', line 410 class ListFirebaseLinksResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |