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 |
require 'openapi_client'
instance = OpenapiClient::CreateEditResponse.new(
choices: null,
object: null,
created: null,
usage: null
)