hypertrack-sdk
hypertrack-sdk
/
com.hypertrack.sdk
/
AvailabilityCommand
Availability
Command
data
class
AvailabilityCommand
(
val
status
:
Boolean
?
,
val
recordedAt
:
String
?
)
Content copied to clipboard
Constructors
Properties
Constructors
Availability
Command
Link copied to clipboard
fun
AvailabilityCommand
(
status
:
Boolean
?
,
recordedAt
:
String
?
)
Content copied to clipboard
Properties
recordedAt
Link copied to clipboard
@
SerializedName
(
value
=
"recorded_at"
)
val
recordedAt
:
String
?
Content copied to clipboard
status
Link copied to clipboard
val
status
:
Boolean
?
Content copied to clipboard