Class: OpenApiSDK::Operations::GetAuthResponseRequestIdComfyuiResponseResponseBody

Inherits:
Utils::FieldAugmented
  • Object
show all
Extended by:
T::Sig
Defined in:
lib/open_api_sdk/models/operations/get_auth_response_request_id_comfyui_response_responsebody.rb

Overview

Error when fetching the API Key with code

Instance Method Summary collapse

Methods included from MetadataFields

#field, #fields, included, #marshal_json, #marshal_single

Constructor Details

#initialize(error: nil) ⇒ GetAuthResponseRequestIdComfyuiResponseResponseBody

Returns a new instance of GetAuthResponseRequestIdComfyuiResponseResponseBody.



19
20
21
# File 'lib/open_api_sdk/models/operations/get_auth_response_request_id_comfyui_response_responsebody.rb', line 19

def initialize(error: nil)
  @error = error
end