Wasm Directoryalpha
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

NameTypeDescription
activeoption​<bool>
calloutoption​<get-public-notification-definition-response-callout>
callout-activeoption​<bool>
communication-profile-idoption​<string>
created-byoption​<string>
created-onoption​<string>
descriptionoption​<string>
email-activeoption​<bool>
email-template-idoption​<string>
event-type-nameoption​<string>
event-type-namespaceoption​<string>
filter-ruleoption​<get-public-notification-definition-response-filter-rule>
filter-rule-paramsoption​<filter-rule-parameter-values>
idoption​<string>
nameoption​<string>
updated-byoption​<string>
updated-onoption​<string>