DashboardAssetOptions

data class DashboardAssetOptions(val timezone: String? = null, val weekStart: DashboardDayOfTheWeek? = null)

Constructors

Link copied to clipboard
constructor(timezone: String? = null, weekStart: DashboardDayOfTheWeek? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val timezone: String? = null

Determines the timezone for the analysis.

Link copied to clipboard

Determines the week start day for an analysis.