A list of BinderChange objects.
name | data type | type | namespace | min/max occurs | description |
---|---|---|---|---|---|
last_change_date | dateTime | element | 0/1 | The date and time that the most recent change in list occurred. | |
Properties inherited from searchResultList |
|||||
count | int | element | 0/1 | The number of results returned. | |
first | int | element | 0/1 | The 0-based index of the first result included in the list. | |
item | anyType | element | 0/unbounded | The list of results. | |
next | string | element | 0/1 | Path that can be used to retrieve the next page of results. | |
total | int | element | 0/1 | The total number of matching results. |
Example
<binder_changes> <last_change_date>...</last_change_date> <first>0</first> <count>...</count> <total>...</total> <next>...</next> <items> <item>...</item> </items> </binder_changes>