Class: Google::Apis::CloudidentityV1beta1::SearchGroupsResponse

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
generated/google/apis/cloudidentity_v1beta1/classes.rb,
generated/google/apis/cloudidentity_v1beta1/representations.rb,
generated/google/apis/cloudidentity_v1beta1/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Google::Apis::Core::JsonObjectSupport

#to_json

Methods included from Google::Apis::Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ SearchGroupsResponse

Returns a new instance of SearchGroupsResponse



358
359
360
# File 'generated/google/apis/cloudidentity_v1beta1/classes.rb', line 358

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

Instance Attribute Details

#groupsArray<Google::Apis::CloudidentityV1beta1::Group>

List of Groups satisfying the search query. Corresponds to the JSON property groups



350
351
352
# File 'generated/google/apis/cloudidentity_v1beta1/classes.rb', line 350

def groups
  @groups
end

#next_page_tokenString

Token to retrieve the next page of results, or empty if there are no more results available for specified query. Corresponds to the JSON property nextPageToken

Returns:

  • (String)


356
357
358
# File 'generated/google/apis/cloudidentity_v1beta1/classes.rb', line 356

def next_page_token
  @next_page_token
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



363
364
365
366
# File 'generated/google/apis/cloudidentity_v1beta1/classes.rb', line 363

def update!(**args)
  @groups = args[:groups] if args.key?(:groups)
  @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
end