Class: Google::Apis::IdentitytoolkitV1::GoogleCloudIdentitytoolkitV1GetAccountInfoResponse
- Inherits:
-
Object
- Object
- Google::Apis::IdentitytoolkitV1::GoogleCloudIdentitytoolkitV1GetAccountInfoResponse
- 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
-
#kind ⇒ String
Corresponds to the JSON property
kind. -
#users ⇒ Array<Google::Apis::IdentitytoolkitV1::GoogleCloudIdentitytoolkitV1UserInfo>
The information of specific user account(s) matching the parameters in the request.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudIdentitytoolkitV1GetAccountInfoResponse
constructor
A new instance of GoogleCloudIdentitytoolkitV1GetAccountInfoResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudIdentitytoolkitV1GetAccountInfoResponse
Returns a new instance of GoogleCloudIdentitytoolkitV1GetAccountInfoResponse.
799 800 801 |
# File 'lib/google/apis/identitytoolkit_v1/classes.rb', line 799 def initialize(**args) update!(**args) end |
Instance Attribute Details
#kind ⇒ String
Corresponds to the JSON property kind
791 792 793 |
# File 'lib/google/apis/identitytoolkit_v1/classes.rb', line 791 def kind @kind end |
#users ⇒ Array<Google::Apis::IdentitytoolkitV1::GoogleCloudIdentitytoolkitV1UserInfo>
The information of specific user account(s) matching the parameters in the
request.
Corresponds to the JSON property users
797 798 799 |
# File 'lib/google/apis/identitytoolkit_v1/classes.rb', line 797 def users @users end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
804 805 806 807 |
# File 'lib/google/apis/identitytoolkit_v1/classes.rb', line 804 def update!(**args) @kind = args[:kind] if args.key?(:kind) @users = args[:users] if args.key?(:users) end |