Class: Google::Apis::IdentitytoolkitV1::GoogleCloudIdentitytoolkitV1UploadAccountResponse
- Inherits:
-
Object
- Object
- Google::Apis::IdentitytoolkitV1::GoogleCloudIdentitytoolkitV1UploadAccountResponse
- 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
-
#error ⇒ Array<Google::Apis::IdentitytoolkitV1::GoogleCloudIdentitytoolkitV1ErrorInfo>
Detailed error info for accounts that cannot be uploaded.
-
#kind ⇒ String
Corresponds to the JSON property
kind.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudIdentitytoolkitV1UploadAccountResponse
constructor
A new instance of GoogleCloudIdentitytoolkitV1UploadAccountResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudIdentitytoolkitV1UploadAccountResponse
Returns a new instance of GoogleCloudIdentitytoolkitV1UploadAccountResponse.
3535 3536 3537 |
# File 'lib/google/apis/identitytoolkit_v1/classes.rb', line 3535 def initialize(**args) update!(**args) end |
Instance Attribute Details
#error ⇒ Array<Google::Apis::IdentitytoolkitV1::GoogleCloudIdentitytoolkitV1ErrorInfo>
Detailed error info for accounts that cannot be uploaded.
Corresponds to the JSON property error
3528 3529 3530 |
# File 'lib/google/apis/identitytoolkit_v1/classes.rb', line 3528 def error @error end |
#kind ⇒ String
Corresponds to the JSON property kind
3533 3534 3535 |
# File 'lib/google/apis/identitytoolkit_v1/classes.rb', line 3533 def kind @kind end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3540 3541 3542 3543 |
# File 'lib/google/apis/identitytoolkit_v1/classes.rb', line 3540 def update!(**args) @error = args[:error] if args.key?(:error) @kind = args[:kind] if args.key?(:kind) end |