PushedActionStructure Data Type

Subtypes
NotifyByEmailAction, NotifyUserAction, NotifyByPagerAction, NotifyBySmsAction, PublishToAlertsAction
Implemented Interfaces
Serializable
Properties
name data type description
BeforeNotices BeforeNotices
ClearNotice boolean
Properties inherited from ParameterisedActionStructure
Description NaturalLanguageStringStructure
ActionData array of ActionDataStructure
Properties inherited from SimpleActionStructure
ActionStatus ActionStatusEnumeration

Example

{
  "BeforeNotices" : {
    "Interval" : [ {
      "sign" : 12345,
      "seconds" : 12345,
      "months" : 12345,
      "years" : 12345,
      "days" : 12345,
      "XMLSchemaType" : "...",
      "hours" : 12345,
      "minutes" : 12345
    }, {
      "sign" : 12345,
      "seconds" : 12345,
      "months" : 12345,
      "years" : 12345,
      "days" : 12345,
      "XMLSchemaType" : "...",
      "hours" : 12345,
      "minutes" : 12345
    } ]
  },
  "ClearNotice" : true,
  "Description" : {
    "value" : "...",
    "lang" : "..."
  },
  "ActionData" : [ {
    "Name" : "...",
    "Type" : "...",
    "Value" : [ { }, { } ],
    "Prompt" : {
      "value" : "...",
      "lang" : "..."
    }
  }, {
    "Name" : "...",
    "Type" : "...",
    "Value" : [ { }, { } ],
    "Prompt" : {
      "value" : "...",
      "lang" : "..."
    }
  } ],
  "ActionStatus" : "open"
}