class Google::Apis::IdentitytoolkitV3::UploadAccountResponse::Error

Attributes

index[RW]

The index of the malformed account, starting from 0. Corresponds to the JSON property `index` @return [Fixnum]

message[RW]

Detailed error message for the account info. Corresponds to the JSON property `message` @return [String]

Public Class Methods

new(**args) click to toggle source
# File generated/google/apis/identitytoolkit_v3/classes.rb, line 1476
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 1481
def update!(**args)
  @index = args[:index] if args.key?(:index)
  @message = args[:message] if args.key?(:message)
end