Method: OpenApiOpenAIClient::RunObject#expires_at
- Defined in:
- lib/openapi_openai/models/run_object.rb
#expires_at ⇒ Object
The Unix timestamp (in seconds) for when the run will expire.
42 43 44 |
# File 'lib/openapi_openai/models/run_object.rb', line 42 def expires_at @expires_at end |