GetEventsResult Type
The GetEventsResult
data type provides the result of the getEvents
or getEventsSync
operation. For further reference, see the following table.
Property | Type | Description |
error | In case of error, it indicates the reason why the operation failed. | |
events | The events matching the specified filter criteria. Null in case of errors. |