Instance Status Event Args
data class InstanceStatusEventArgs(val code: Output<EventCodeEnumValueArgs>? = null, val description: Output<String>? = null, val instanceEventId: Output<String>? = null, val notAfter: Output<String>? = null, val notBefore: Output<String>? = null, val notBeforeDeadline: Output<String>? = null) : ConvertibleToJava<InstanceStatusEventArgs>
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.