struct SearchVideo
- SearchVideo
- Struct
- Value
- Object
Included Modules
- DB::Mappable
- DB::Serializable
Defined in:
invidious/helpers/serialized_yt_data.crConstructors
Class Method Summary
Instance Method Summary
- #author : String
- #author=(author : String)
- #description_html : String
- #description_html=(description_html : String)
- #id : String
- #id=(id : String)
- #is_upcoming
- #length_seconds : Int32
- #length_seconds=(length_seconds : Int32)
- #live_now : Bool
- #live_now=(live_now : Bool)
- #premiere_timestamp : Time | Nil
- #premiere_timestamp=(premiere_timestamp : Time | Nil)
- #premium : Bool
- #premium=(premium : Bool)
- #published : Time
- #published=(published : Time)
- #title : String
- #title=(title : String)
- #to_a
- #to_json(locale : Hash(String, JSON::Any), json : JSON::Builder)
- #to_json(locale, json : JSON::Builder | Nil = nil)
- #to_xml(auto_generated, query_params, xml : XML::Builder)
- #to_xml(auto_generated, query_params, xml : XML::Builder | Nil = nil)
- #ucid : String
- #ucid=(ucid : String)
- #views : Int64
- #views=(views : Int64)