SDAI
Toggle table of contents
Main site
Telegram
Discord
common
Target filter
common
Switch theme
Search in API
Skip to content
SDAI
network
/
com.shifthackz.aisdv1.network.response
/
HordeGenerationCheckFullResponse
/
Generation
Generation
@
Serializable
data
class
Generation
(
val
id
:
String
?
=
null
,
val
img
:
String
?
=
null
,
val
seed
:
String
?
=
null
,
val
censored
:
Boolean
?
=
null
)
(
source
)
Members
Constructors
Generation
Link copied to clipboard
constructor
(
id
:
String
?
=
null
,
img
:
String
?
=
null
,
seed
:
String
?
=
null
,
censored
:
Boolean
?
=
null
)
Properties
censored
Link copied to clipboard
@
SerialName
(
value
=
"censored"
)
val
censored
:
Boolean
?
id
Link copied to clipboard
@
SerialName
(
value
=
"id"
)
val
id
:
String
?
img
Link copied to clipboard
@
SerialName
(
value
=
"img"
)
val
img
:
String
?
seed
Link copied to clipboard
@
SerialName
(
value
=
"seed"
)
val
seed
:
String
?