Class: Google::Apis::AccesscontextmanagerV1::ListGcpUserAccessBindingsResponse
- Inherits:
-
Object
- Object
- Google::Apis::AccesscontextmanagerV1::ListGcpUserAccessBindingsResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/accesscontextmanager_v1/classes.rb,
lib/google/apis/accesscontextmanager_v1/representations.rb,
lib/google/apis/accesscontextmanager_v1/representations.rb
Overview
Response of ListGcpUserAccessBindings.
Instance Attribute Summary collapse
-
#gcp_user_access_bindings ⇒ Array<Google::Apis::AccesscontextmanagerV1::GcpUserAccessBinding>
GcpUserAccessBinding Corresponds to the JSON property
gcpUserAccessBindings
. -
#next_page_token ⇒ String
Token to get the next page of items.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ListGcpUserAccessBindingsResponse
constructor
A new instance of ListGcpUserAccessBindingsResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ListGcpUserAccessBindingsResponse
Returns a new instance of ListGcpUserAccessBindingsResponse.
1307 1308 1309 |
# File 'lib/google/apis/accesscontextmanager_v1/classes.rb', line 1307 def initialize(**args) update!(**args) end |
Instance Attribute Details
#gcp_user_access_bindings ⇒ Array<Google::Apis::AccesscontextmanagerV1::GcpUserAccessBinding>
GcpUserAccessBinding
Corresponds to the JSON property gcpUserAccessBindings
1300 1301 1302 |
# File 'lib/google/apis/accesscontextmanager_v1/classes.rb', line 1300 def gcp_user_access_bindings @gcp_user_access_bindings end |
#next_page_token ⇒ String
Token to get the next page of items. If blank, there are no more items.
Corresponds to the JSON property nextPageToken
1305 1306 1307 |
# File 'lib/google/apis/accesscontextmanager_v1/classes.rb', line 1305 def next_page_token @next_page_token end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1312 1313 1314 1315 |
# File 'lib/google/apis/accesscontextmanager_v1/classes.rb', line 1312 def update!(**args) @gcp_user_access_bindings = args[:gcp_user_access_bindings] if args.key?(:gcp_user_access_bindings) @next_page_token = args[:next_page_token] if args.key?(:next_page_token) end |