class Google::Apis::IdentitytoolkitV3::GetAccountInfoResponse

Response of getting account information.

Attributes

kind[RW]

The fixed string “identitytoolkit#GetAccountInfoResponse”. Corresponds to the JSON property `kind` @return [String]

users[RW]

The info of the users. Corresponds to the JSON property `users` @return [Array<Google::Apis::IdentitytoolkitV3::UserInfo>]

Public Class Methods

new(**args) click to toggle source
# File generated/google/apis/identitytoolkit_v3/classes.rb, line 203
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File generated/google/apis/identitytoolkit_v3/classes.rb, line 208
def update!(**args)
  @kind = args[:kind] if args.key?(:kind)
  @users = args[:users] if args.key?(:users)
end