AutoscaleSettingProfileFixedDate

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val end: String

Specifies the end date for the profile, formatted as an RFC3339 date string.

Link copied to clipboard

Specifies the start date for the profile, formatted as an RFC3339 date string.

Link copied to clipboard
val timezone: String? = null

The Time Zone of the start and end times. A list of possible values can be found here. Defaults to UTC.