notificationPrompts property

List<String>? notificationPrompts
getter/setter pair

For log-based alert policies, the notification prompts is always OPENED.

For non log-based alert policies, the notification prompts can be OPENED or OPENED, CLOSED.

Implementation

core.List<core.String>? notificationPrompts;