schedules-list element

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

Example XML

<?xml version="1.0" encoding="UTF-8"?> <schedules-list> <data> <schedules-list-item> <name>...</name> <nextRunTimeInMillis>...</nextRunTimeInMillis> <lastRunTimeInMillis>...</lastRunTimeInMillis> <createdInMillis>...</createdInMillis> <lastRunTime>...</lastRunTime> <created>...</created> <lastRunResult>...</lastRunResult> <resourceURI>...</resourceURI> <nextRunTime>...</nextRunTime> <schedule>...</schedule> <enabled>...</enabled> <readableStatus>...</readableStatus> <typeId>...</typeId> <id>...</id> <status>...</status> <typeName>...</typeName> </schedules-list-item> <schedules-list-item> <!--...--> </schedules-list-item> <!--...more "schedules-list-item" elements...--> </data> </schedules-list>