Skip to content
This repository has been archived by the owner on Aug 26, 2024. It is now read-only.

Latest commit

 

History

History
18 lines (12 loc) · 337 Bytes

HTTPValidationError.md

File metadata and controls

18 lines (12 loc) · 337 Bytes

OpenapiClient::HTTPValidationError

Properties

Name Type Description Notes
detail Array<ValidationError> [optional]

Example

require 'openapi_client'

instance = OpenapiClient::HTTPValidationError.new(
  detail: null
)