class Google::Apis::AccesscontextmanagerV1::ListGcpUserAccessBindingsResponse
Response of ListGcpUserAccessBindings.
Attributes
gcp_user_access_bindings[RW]
GcpUserAccessBinding
Corresponds to the JSON property `gcpUserAccessBindings` @return [Array<Google::Apis::AccesscontextmanagerV1::GcpUserAccessBinding>]
next_page_token[RW]
Token to get the next page of items. If blank, there are no more items. Corresponds to the JSON property `nextPageToken` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/accesscontextmanager_v1/classes.rb, line 879 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/accesscontextmanager_v1/classes.rb, line 884 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