LogsDto
Summary
Members | Descriptions |
---|---|
| |
| Whether the Request was Successfull or not. |
The Data returned from the API. | |
| The time this Query took. |
Members
class
DataDto
public bool
Success
Whether the Request was Successfull or not.
The Data returned from the API.
public long
QueryTime
The time this Query took.
Last updated