Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 713 Bytes

LogsResponse.md

File metadata and controls

15 lines (11 loc) · 713 Bytes

Conekta.net.Model.LogsResponse

logs model

Properties

Name Type Description Notes
HasMore bool True, if there are more pages. [optional] [readonly]
Object string The object type [optional] [readonly]
NextPageUrl string URL of the next page. [optional]
PreviousPageUrl string Url of the previous page. [optional]
Data List<LogsResponseData> set to page results. [optional]

[Back to Model list] [Back to API list] [Back to README]