Get Rotation Result
data class GetRotationResult(val arn: String? = null, val contactIds: List<String>? = null, val name: String? = null, val recurrence: RotationRecurrenceSettings? = null, val startTime: String? = null, val tags: List<RotationTag>? = null, val timeZoneId: String? = null)
Constructors
Link copied to clipboard
fun GetRotationResult(arn: String? = null, contactIds: List<String>? = null, name: String? = null, recurrence: RotationRecurrenceSettings? = null, startTime: String? = null, tags: List<RotationTag>? = null, timeZoneId: String? = null)