InstanceStatusEventResponse

data class InstanceStatusEventResponse(val code: EventCodeEnumValueResponse? = null, val description: String? = null, val instanceEventId: String? = null, val notAfter: String? = null, val notBefore: String? = null, val notBeforeDeadline: String? = null)

Definition of InstanceStatusEvent

Constructors

Link copied to clipboard
constructor(code: EventCodeEnumValueResponse? = null, description: String? = null, instanceEventId: String? = null, notAfter: String? = null, notBefore: String? = null, notBeforeDeadline: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The event code.

Link copied to clipboard
val description: String? = null

A description of the event.

After a scheduled event is completed, it can still be described for up to a week. If the event has been completed, this description starts with the following text: [Completed].

Link copied to clipboard
val instanceEventId: String? = null

The ID of the event.

Link copied to clipboard
val notAfter: String? = null

The latest scheduled end time for the event.

Link copied to clipboard
val notBefore: String? = null

The earliest scheduled start time for the event.

Link copied to clipboard

The deadline for starting the event.