Stream.JSONSchema

Undocumented in source.
struct Stream
package static
@serdeOptional
struct JSONSchema {
string game_id;
string game_name;
string id;
string started_at;
string[] tags;
string title;
string type;
string user_id;
string user_login;
string user_name;
long viewer_count;
long viewer_count_max;
@serdeOptional
string ended_at;
@serdeOptional
long duration;
@serdeIgnore
string[] tag_ids;
@serdeIgnore
string thumbnail_url;
@serdeIgnore
bool is_mature;
@serdeIgnore
string language;
}

Members

Functions

asJSONValue
auto asJSONValue()

Returns this JSONSchema as a JSONValue.