penicillin
common
penicillin
/
blue.starry.penicillin.models
/
Account
/
Settings
/
SleepTime
Sleep
Time
common
data
class
SleepTime
(
val
json
:
JsonObject
,
val
client
:
ApiClient
)
:
PenicillinModel
Content copied to clipboard
Constructors
Properties
Constructors
Sleep
Time
Link copied to clipboard
common
fun
SleepTime
(
json
:
JsonObject
,
client
:
ApiClient
)
Content copied to clipboard
Properties
client
Link copied to clipboard
common
open
override
val
client
:
ApiClient
Content copied to clipboard
The
ApiClient
instance.
enabled
Link copied to clipboard
common
val
enabled
:
Boolean
Content copied to clipboard
end
Time
Link copied to clipboard
common
val
endTime
:
Long
?
Content copied to clipboard
json
Link copied to clipboard
common
open
override
val
json
:
JsonObject
Content copied to clipboard
The underlying
JsonObject
.
key
Case
Link copied to clipboard
common
open
val
keyCase
:
JsonKeyCase
Content copied to clipboard
key
Converter
Link copied to clipboard
common
open
val
keyConverter
:
JsonKeyConverter
Content copied to clipboard
start
Time
Link copied to clipboard
common
val
startTime
:
Long
?
Content copied to clipboard