AppQuietTime

data class AppQuietTime(val end: String? = null, val start: String? = null)

Constructors

Link copied to clipboard
constructor(end: String? = null, start: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val end: String? = null

The default end time for quiet time in ISO 8601 format. Required if start is set

Link copied to clipboard
val start: String? = null

The default start time for quiet time in ISO 8601 format. Required if end is set