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
Ordering
- Alphabetic
- By Inheritance
Inherited
- AppDetailsData
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- 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
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val about_the_game: String
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- val categories: Option[List[Category]]
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- val detailed_description: String
- val developers: Option[List[String]]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- val genres: Option[List[Genre]]
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val header_image: String
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val is_free: Boolean
- val metacritic: Option[Metacritic]
- val movies: Option[List[Movie]]
- val name: String
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val platforms: Platforms
- val price_overview: Option[PriceOverview]
- val publishers: List[String]
- val recommendations: Option[Recommendations]
- val release_date: ReleaseDate
- val required_age: Int
- val screenshots: Option[List[Screenshot]]
- val short_description: String
- val steam_appid: Long
- val supported_languages: String
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val type: String
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()