Skip to content
This repository was archived by the owner on Feb 24, 2022. It is now read-only.

Latest commit

 

History

History
26 lines (20 loc) · 522 Bytes

ProblemDetails.md

File metadata and controls

26 lines (20 loc) · 522 Bytes

OpenapiClient::ProblemDetails

Properties

Name Type Description Notes
type String [optional]
title String [optional]
status Integer [optional]
detail String [optional]
instance String [optional]

Example

require 'openapi_client'

instance = OpenapiClient::ProblemDetails.new(
  type: null,
  title: null,
  status: null,
  detail: null,
  instance: null
)