Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 451 Bytes

File metadata and controls

20 lines (14 loc) · 451 Bytes

OpenapiClient::PathUnknownErrorMessageResponse

Properties

Name Type Description Notes
code NotFoundErrorCode [optional][default to 'no_not_found_error']
message String [optional]

Example

require 'openapi_client'

instance = OpenapiClient::PathUnknownErrorMessageResponse.new(
  code: null,
  message: null
)