Skip to content
This repository has been archived by the owner on Nov 9, 2023. It is now read-only.

Latest commit

 

History

History
22 lines (16 loc) · 378 Bytes

DeleteModelResponse.md

File metadata and controls

22 lines (16 loc) · 378 Bytes

OpenapiClient::DeleteModelResponse

Properties

Name Type Description Notes
id String
deleted Boolean
object String

Example

require 'openapi_client'

instance = OpenapiClient::DeleteModelResponse.new(
  id: null,
  deleted: null,
  object: null
)