Class: Google::Apis::IdentitytoolkitV1::GoogleCloudIdentitytoolkitV1UploadAccountResponse

Inherits:
Object
  • Object
show all
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 UploadAccount.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudIdentitytoolkitV1UploadAccountResponse

Returns a new instance of GoogleCloudIdentitytoolkitV1UploadAccountResponse.



3551
3552
3553
# File 'lib/google/apis/identitytoolkit_v1/classes.rb', line 3551

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#errorArray<Google::Apis::IdentitytoolkitV1::GoogleCloudIdentitytoolkitV1ErrorInfo>

Detailed error info for accounts that cannot be uploaded. Corresponds to the JSON property error



3544
3545
3546
# File 'lib/google/apis/identitytoolkit_v1/classes.rb', line 3544

def error
  @error
end

#kindString

Corresponds to the JSON property kind

Returns:

  • (String)


3549
3550
3551
# File 'lib/google/apis/identitytoolkit_v1/classes.rb', line 3549

def kind
  @kind
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3556
3557
3558
3559
# File 'lib/google/apis/identitytoolkit_v1/classes.rb', line 3556

def update!(**args)
  @error = args[:error] if args.key?(:error)
  @kind = args[:kind] if args.key?(:kind)
end