yam-api
Toggle table of contents
1.0.0-dev
common
Target filter
common
Switch theme
Search in API
Skip to content
yam-api
rotor
/
su.pank.yamapi.rotor.model
/
Session
Session
@
Serializable
data
class
Session
(
val
radioSessionId
:
String
,
val
batchId
:
String
,
val
pumpkin
:
Boolean
,
val
descriptionSeed
:
DescriptionSeed
,
val
acceptedSeeds
:
List
<
DescriptionSeed
>
)
Members
Constructors
Session
Link copied to clipboard
constructor
(
radioSessionId
:
String
,
batchId
:
String
,
pumpkin
:
Boolean
,
descriptionSeed
:
DescriptionSeed
,
acceptedSeeds
:
List
<
DescriptionSeed
>
)
Properties
accepted
Seeds
Link copied to clipboard
val
acceptedSeeds
:
List
<
DescriptionSeed
>
batch
Id
Link copied to clipboard
val
batchId
:
String
description
Seed
Link copied to clipboard
val
descriptionSeed
:
DescriptionSeed
pumpkin
Link copied to clipboard
val
pumpkin
:
Boolean
radio
Session
Id
Link copied to clipboard
val
radioSessionId
:
String