OpenAI::CreateContainerBodyExpiresAfter
Inherits JSON::Serializable < Reference < Object
Container expiration time in seconds relative to the 'anchor' time.
Constructors
new(pull : JSON::PullParser)
Sourcenew(anchor : CreateContainerBodyExpiresAfterAnchor = CreateContainerBodyExpiresAfterAnchor::LastActiveAt, minutes : Int64 = 0)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
anchor=(anchor : CreateContainerBodyExpiresAfterAnchor)
Time anchor for the expiration time. Currently only 'last_active_at' is supported.
minutes
Source