Class: Google::Analytics::Admin::V1alpha::ListAccessBindingsResponse
- Inherits:
-
Object
- Object
- Google::Analytics::Admin::V1alpha::ListAccessBindingsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb
Overview
Response message for ListAccessBindings RPC.
Instance Attribute Summary collapse
-
#access_bindings ⇒ ::Array<::Google::Analytics::Admin::V1alpha::AccessBinding>
List of AccessBindings.
-
#next_page_token ⇒ ::String
A token, which can be sent as
page_token
to retrieve the next page.
Instance Attribute Details
#access_bindings ⇒ ::Array<::Google::Analytics::Admin::V1alpha::AccessBinding>
Returns List of AccessBindings. These will be ordered stably, but in an arbitrary order.
1799 1800 1801 1802 |
# File 'proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb', line 1799 class ListAccessBindingsResponse 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.
1799 1800 1801 1802 |
# File 'proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb', line 1799 class ListAccessBindingsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |