struct

Autobot::Session::Metadata

Inherits JSON::Serializable < Struct < Value < Object

Session metadata stored as first line in JSONL file.

Constructors

new(created_at : String = Time.utc.to_rfc3339, updated_at : String = Time.utc.to_rfc3339, metadata : Hash(String, JSON::Any) = {} of String => JSON::Any)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

created_at
Source
created_at=(created_at : String)
Source
metadata
Source
metadata=(metadata : Hash(String, JSON::Any))
Source
type
Source
type=(type : String)
Source
updated_at
Source
updated_at=(updated_at : String)
Source