Instance Status Event Response
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
Properties
Link copied to clipboard
The event code.
Link copied to clipboard
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
The ID of the event.
Link copied to clipboard
The deadline for starting the event.