Schedule Creation Parameter Response
data class ScheduleCreationParameterResponse(val dailyRecurrence: DayDetailsResponse? = null, val hourlyRecurrence: HourDetailsResponse? = null, val location: String, val name: String? = null, val notificationSettings: NotificationSettingsResponse? = null, val status: String? = null, val tags: Map<String, String>? = null, val targetResourceId: String? = null, val taskType: String? = null, val timeZoneId: String? = null, val weeklyRecurrence: WeekDetailsResponse? = null)
Properties for creating a schedule.
Constructors
Link copied to clipboard
fun ScheduleCreationParameterResponse(dailyRecurrence: DayDetailsResponse? = null, hourlyRecurrence: HourDetailsResponse? = null, location: String, name: String? = null, notificationSettings: NotificationSettingsResponse? = null, status: String? = null, tags: Map<String, String>? = null, targetResourceId: String? = null, taskType: String? = null, timeZoneId: String? = null, weeklyRecurrence: WeekDetailsResponse? = null)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
The time zone ID (e.g. China Standard Time, Greenland Standard Time, Pacific Standard time, etc.). The possible values for this property can be found in IReadOnlyCollection<string> TimeZoneConverter.TZConvert.KnownWindowsTimeZoneIds
(https://github.com/mattjohnsonpint/TimeZoneConverter/blob/main/README.md)