case class AppDetailsData(type: String, name: String, steam_appid: Long, required_age: Int, is_free: Boolean, detailed_description: String, about_the_game: String, short_description: String, supported_languages: String, header_image: String, developers: Option[List[String]], publishers: List[String], price_overview: Option[PriceOverview], platforms: Platforms, metacritic: Option[Metacritic], categories: Option[List[Category]], genres: Option[List[Genre]], screenshots: Option[List[Screenshot]], movies: Option[List[Movie]], recommendations: Option[Recommendations], release_date: ReleaseDate) extends Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AppDetailsData
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AppDetailsData(type: String, name: String, steam_appid: Long, required_age: Int, is_free: Boolean, detailed_description: String, about_the_game: String, short_description: String, supported_languages: String, header_image: String, developers: Option[List[String]], publishers: List[String], price_overview: Option[PriceOverview], platforms: Platforms, metacritic: Option[Metacritic], categories: Option[List[Category]], genres: Option[List[Genre]], screenshots: Option[List[Screenshot]], movies: Option[List[Movie]], recommendations: Option[Recommendations], release_date: ReleaseDate)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val about_the_game: String
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. val categories: Option[List[Category]]
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  8. val detailed_description: String
  9. val developers: Option[List[String]]
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. val genres: Option[List[Genre]]
  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. val header_image: String
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. val is_free: Boolean
  17. val metacritic: Option[Metacritic]
  18. val movies: Option[List[Movie]]
  19. val name: String
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. val platforms: Platforms
  24. val price_overview: Option[PriceOverview]
  25. val publishers: List[String]
  26. val recommendations: Option[Recommendations]
  27. val release_date: ReleaseDate
  28. val required_age: Int
  29. val screenshots: Option[List[Screenshot]]
  30. val short_description: String
  31. val steam_appid: Long
  32. val supported_languages: String
  33. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  34. val type: String
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped