class Tmdb::Tv::ShowResult
Included Modules
Defined in:
tv/show_result.cr
Constructors
Instance Method Summary
Constructor Detail
def self.
new(data : JSON::Any)
#
Instance Method Detail
def
backdrop_path : String | Nil
#
def
first_air_date : Time | Nil
#
def
genre_ids : Array(Int32)
#
def
origin_country : Array(String)
#
def
original_language : String
#
def
original_name : String
#
def
popularity : Float64
#
def
poster_path : String | Nil
#
def
tv_show_detail :
Show
#
def
vote_average : Float64
#