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

Latest commit

 

History

History
24 lines (18 loc) · 730 Bytes

CreateEditResponse.md

File metadata and controls

24 lines (18 loc) · 730 Bytes

OpenapiClient::CreateEditResponse

Properties

Name Type Description Notes
choices Array<CreateEditResponseChoicesInner> A list of edit choices. Can be more than one if `n` is greater than 1.
object String The object type, which is always `edit`.
created Integer The Unix timestamp (in seconds) of when the edit was created.
usage CompletionUsage

Example

require 'openapi_client'

instance = OpenapiClient::CreateEditResponse.new(
  choices: null,
  object: null,
  created: null,
  usage: null
)