ArrayOfScheduledTaskInfo

ArrayOfScheduledTaskInfo
ArrayOfScheduledTaskInfo

A boxed array of ScheduledTaskInfo. To be used in Any placeholders.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "_value": [
        {
            "_typeName": "string",
            "name": "string",
            "description": "string",
            "enabled": false,
            "scheduler": {
                "_typeName": "string",
                "activeTime": "string",
                "expireTime": "string"
            },
            "action": {
                "_typeName": "string"
            },
            "notification": "string",
            "scheduledTask": {
                "_typeName": "string",
                "type": "string",
                "value": "string"
            },
            "entity": {
                "_typeName": "string",
                "type": "string",
                "value": "string"
            },
            "lastModifiedTime": "string",
            "lastModifiedUser": "string",
            "nextRunTime": "string",
            "prevRunTime": "string",
            "state": "string",
            "error": {
                "_typeName": "string",
                "faultCause": "MethodFault Object",
                "faultMessage": [
                    {
                        "_typeName": "string",
                        "key": "string",
                        "arg": [
                            {
                                "_typeName": "string",
                                "key": "string",
                                "value": {
                                    "_typeName": "string"
                                }
                            }
                        ],
                        "message": "string"
                    }
                ]
            },
            "result": {
                "_typeName": "string"
            },
            "progress": 0,
            "activeTask": {
                "_typeName": "string",
                "type": "string",
                "value": "string"
            },
            "taskObject": {
                "_typeName": "string",
                "type": "string",
                "value": "string"
            }
        }
    ]
}
_value
Required

_value