Class: Google::Apis::IdentitytoolkitV1::GoogleCloudIdentitytoolkitV1GetAccountInfoResponse

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/identitytoolkit_v1/classes.rb,
lib/google/apis/identitytoolkit_v1/representations.rb,
lib/google/apis/identitytoolkit_v1/representations.rb

Overview

Response message for GetAccountInfo.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudIdentitytoolkitV1GetAccountInfoResponse

Returns a new instance of GoogleCloudIdentitytoolkitV1GetAccountInfoResponse.



801
802
803
# File 'lib/google/apis/identitytoolkit_v1/classes.rb', line 801

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

Instance Attribute Details

#kindString

Corresponds to the JSON property kind

Returns:

  • (String)


793
794
795
# File 'lib/google/apis/identitytoolkit_v1/classes.rb', line 793

def kind
  @kind
end

#usersArray<Google::Apis::IdentitytoolkitV1::GoogleCloudIdentitytoolkitV1UserInfo>

The information of specific user account(s) matching the parameters in the request. Corresponds to the JSON property users



799
800
801
# File 'lib/google/apis/identitytoolkit_v1/classes.rb', line 799

def users
  @users
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



806
807
808
809
# File 'lib/google/apis/identitytoolkit_v1/classes.rb', line 806

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