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.
780 781 782 |
# File 'lib/google/apis/identitytoolkit_v1/classes.rb', line 780 def initialize(**args) update!(**args) end |
Instance Attribute Details
#kind ⇒ String
Corresponds to the JSON property kind
772 773 774 |
# File 'lib/google/apis/identitytoolkit_v1/classes.rb', line 772 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
778 779 780 |
# File 'lib/google/apis/identitytoolkit_v1/classes.rb', line 778 def users @users end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
785 786 787 788 |
# File 'lib/google/apis/identitytoolkit_v1/classes.rb', line 785 def update!(**args) @kind = args[:kind] if args.key?(:kind) @users = args[:users] if args.key?(:users) end |