Class: Google::Iam::V3beta::ListPolicyBindingsResponse
- Inherits:
-
Object
- Object
- Google::Iam::V3beta::ListPolicyBindingsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/iam/v3beta/policy_bindings_service.rb
Overview
Response message for ListPolicyBindings method.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
Optional.
-
#policy_bindings ⇒ ::Array<::Google::Iam::V3beta::PolicyBinding>
The policy bindings from the specified parent.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns Optional. A token, which can be sent as page_token to retrieve the next
page. If this field is omitted, there are no subsequent pages.
167 168 169 170 |
# File 'proto_docs/google/iam/v3beta/policy_bindings_service.rb', line 167 class ListPolicyBindingsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#policy_bindings ⇒ ::Array<::Google::Iam::V3beta::PolicyBinding>
Returns The policy bindings from the specified parent.
167 168 169 170 |
# File 'proto_docs/google/iam/v3beta/policy_bindings_service.rb', line 167 class ListPolicyBindingsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |