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.
801 802 803 |
# File 'lib/google/apis/identitytoolkit_v1/classes.rb', line 801 def initialize(**args) update!(**args) end |
Instance Attribute Details
#kind ⇒ String
Corresponds to the JSON property kind
793 794 795 |
# File 'lib/google/apis/identitytoolkit_v1/classes.rb', line 793 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
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 |