struct SearchPlaylist
- SearchPlaylist
- 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)
- #id : String
- #id=(id : String)
- #thumbnail : String | Nil
- #thumbnail=(thumbnail : String | Nil)
- #title : String
- #title=(title : String)
- #to_a
- #to_json(locale, json : JSON::Builder)
- #to_json(locale, json : JSON::Builder | Nil = nil)
- #ucid : String
- #ucid=(ucid : String)
- #video_count : Int32
- #video_count=(video_count : Int32)
- #videos : Array(SearchPlaylistVideo)
- #videos=(videos : Array(SearchPlaylistVideo))