Record
get-public-notification-definition-response
No description available.
record get-public-notification-definition-response {
active: option<bool>,
callout: option<get-public-notification-definition-response-callout>,
callout-active: option<bool>,
communication-profile-id: option<string>,
created-by: option<string>,
created-on: option<string>,
description: option<string>,
email-active: option<bool>,
email-template-id: option<string>,
event-type-name: option<string>,
event-type-namespace: option<string>,
filter-rule: option<get-public-notification-definition-response-filter-rule>,
filter-rule-params: option<filter-rule-parameter-values>,
id: option<string>,
name: option<string>,
updated-by: option<string>,
updated-on: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| active | option<bool> | |
| callout | option<get-public-notification-definition-response-callout> | |
| callout-active | option<bool> | |
| communication-profile-id | option<string> | |
| created-by | option<string> | |
| created-on | option<string> | |
| description | option<string> | |
| email-active | option<bool> | |
| email-template-id | option<string> | |
| event-type-name | option<string> | |
| event-type-namespace | option<string> | |
| filter-rule | option<get-public-notification-definition-response-filter-rule> | |
| filter-rule-params | option<filter-rule-parameter-values> | |
| id | option<string> | |
| name | option<string> | |
| updated-by | option<string> | |
| updated-on | option<string> |