Showtime

@Serializable
data class Showtime

Time span during card can be shown

Author

Umang Chamaria

Since

1.0.0

Parameters

startTime

Start time for the time range.

endTime

End time for the time range.

Properties

Link copied to clipboard
@SerialName(value = "end_time")
val endTime: String
Link copied to clipboard
@SerialName(value = "start_time")
val startTime: String