Class: Google::Apis::AccesscontextmanagerV1::ListGcpUserAccessBindingsResponse

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ListGcpUserAccessBindingsResponse

Returns a new instance of ListGcpUserAccessBindingsResponse.



851
852
853
# File 'lib/google/apis/accesscontextmanager_v1/classes.rb', line 851

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#gcp_user_access_bindingsArray<Google::Apis::AccesscontextmanagerV1::GcpUserAccessBinding>

GcpUserAccessBinding Corresponds to the JSON property gcpUserAccessBindings



844
845
846
# File 'lib/google/apis/accesscontextmanager_v1/classes.rb', line 844

def gcp_user_access_bindings
  @gcp_user_access_bindings
end

#next_page_tokenString

Token to get the next page of items. If blank, there are no more items. Corresponds to the JSON property nextPageToken

Returns:

  • (String)


849
850
851
# File 'lib/google/apis/accesscontextmanager_v1/classes.rb', line 849

def next_page_token
  @next_page_token
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



856
857
858
859
# File 'lib/google/apis/accesscontextmanager_v1/classes.rb', line 856

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