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.
798 799 800 |
# File 'lib/google/apis/identitytoolkit_v1/classes.rb', line 798 def initialize(**args) update!(**args) end |
Instance Attribute Details
#kind ⇒ String
Corresponds to the JSON property kind
790 791 792 |
# File 'lib/google/apis/identitytoolkit_v1/classes.rb', line 790 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
796 797 798 |
# File 'lib/google/apis/identitytoolkit_v1/classes.rb', line 796 def users @users end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
803 804 805 806 |
# File 'lib/google/apis/identitytoolkit_v1/classes.rb', line 803 def update!(**args) @kind = args[:kind] if args.key?(:kind) @users = args[:users] if args.key?(:users) end |