class Google::Apis::IdentitytoolkitV3::UploadAccountResponse

Respone of uploading accounts in batch.

Attributes

error[RW]

The error encountered while processing the account info. Corresponds to the JSON property `error` @return [Array<Google::Apis::IdentitytoolkitV3::UploadAccountResponse::Error>]

kind[RW]

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

Public Class Methods

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

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

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