actions element

Type: actionInfos
Namespace: (default namespace)
XML Schema: ns0.xsd

Example XML

<?xml version="1.0" encoding="UTF-8"?> <actions> <count>...</count> <matched>...</matched> <action>...</action> <action>...</action> <!--...more "action" elements...--> </actions>

Example JSON

{ "count" : ..., "matched" : ..., "actionInfo" : [ { }, { } ] }