| ||
| detail: element | attribute | value | ||
XML Example:<antiMalwareEventListing> zero or N[<events>antiMalwareEvent</events>] <lastEventId>xsd:long</lastEventId> </antiMalwareEventListing> | JSON Example:{"antiMalwareEventListing":
{
"events": [antiMalwareEvent],
"lastEventId": Number,
}
}
|
| Name | Type | Required | Nillable | Default Value | Description |
|---|---|---|---|---|---|
| events | zero or N[antiMalwareEvent] | false | false |
| |
| lastEventId | xsd:long | false | false |
|
| ||
| detail: element | attribute | value | ||