AnalysisAssetOptions

data class AnalysisAssetOptions(val timezone: String? = null, val weekStart: AnalysisDayOfTheWeek? = null)

Constructors

Link copied to clipboard
constructor(timezone: String? = null, weekStart: AnalysisDayOfTheWeek? = 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.