AppendSettings class

Include additional information about the movie in the response

Constructors

AppendSettings({bool includeAlternativeTitles = false, bool includeImages = false, bool includeCredits = false, bool includeExternalIds = false, bool includeKeywords = false, bool includeReleaseDates = false, bool includeVideos = false, bool includeTranslations = false, bool includeRecommendations = false, bool includeSimilarContent = false, bool includeReviews = false, bool includeProviders = false})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
includeAlternativeTitles bool
Include all of the alternative titles for a movie.
final
includeCredits bool
Include the credits for a movie
final
includeExternalIds bool
Get the external ids for a movie. We currently support: IDMb Id, Facebook, Instagram, Twitter
final
includeImages bool
Include the images for a movie
final
includeKeywords bool
Include the keywords for a movie
final
includeProviders bool
final
includeRecommendations bool
Include a list of recommended movies for a movie.
final
includeReleaseDates bool
Include the release date along with the certification for a movie.
final
includeReviews bool
Include the reviews for a movie
final
includeSimilarContent bool
Include a list of similar movies. This is not the same as the "Recommendation" system you see on the website.
final
includeTranslations bool
Include a list of translations that have been created for a movie.
final
includeVideos bool
Include the videos that have been added to a movie.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited