Cloudstream
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Cloudstream
Library
/
com.lagradost.cloudstream3.extractors
/
DetailsRoot
Details
Root
common
data
class
DetailsRoot
(
val
id
:
Long
,
val
code
:
String
,
val
title
:
String
,
val
posterUrl
:
String
,
val
description
:
String
,
val
createdAt
:
String
,
val
ownerPrivate
:
Boolean
,
val
embedFrameUrl
:
String
)
(
source
)
Members
Constructors
Details
Root
Link copied to clipboard
common
constructor
(
id
:
Long
,
code
:
String
,
title
:
String
,
posterUrl
:
String
,
description
:
String
,
createdAt
:
String
,
ownerPrivate
:
Boolean
,
embedFrameUrl
:
String
)
Properties
code
Link copied to clipboard
common
val
code
:
String
created
At
Link copied to clipboard
common
val
createdAt
:
String
description
Link copied to clipboard
common
val
description
:
String
embed
Frame
Url
Link copied to clipboard
common
val
embedFrameUrl
:
String
id
Link copied to clipboard
common
val
id
:
Long
owner
Private
Link copied to clipboard
common
val
ownerPrivate
:
Boolean
poster
Url
Link copied to clipboard
common
val
posterUrl
:
String
title
Link copied to clipboard
common
val
title
:
String