Available in Classic and VPC
This is information about notification settings for event actions.
Syntax
The syntax is as follows:
private String type;
private Integer reminderTime;
private Integer updateTime;
private Boolean enableNotiWhenEventClose;
Field
The following describes the fields:
| Field | Type | Required | Description |
|---|---|---|---|
type |
String | - | Event action type
|
reminderTime |
Integer | - | Reminder notification interval (minute) |
updateTime |
Integer | - | Update time (millisecond) |
enableNotiWhenEventClose |
Boolean | - | Whether to enable notifications when an event ends
|