![]() | Array |
The ArrayResponseT type exposes the following members.
Name | Description | |
---|---|---|
![]() | Data |
Array of entities.
E.g. array of Station for an GetStations(AuthTicket) call. |
![]() | Message |
Details about unsuccessful requests (e.g. validation errors).
Empty if Result = TRUE. (Inherited from BaseResponse) |
![]() | Result |
TRUE for successful requests.
If FALSE, see Message for details about warnings/errors. (Inherited from BaseResponse) |