Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 755 Bytes

LogsResponse.md

File metadata and controls

19 lines (14 loc) · 755 Bytes

conekta.model.LogsResponse

Load the model package

import 'package:conekta/api.dart';

Properties

Name Type Description Notes
hasMore bool True, if there are more pages. [optional]
object String The object type [optional]
nextPageUrl String URL of the next page. [optional]
previousPageUrl String Url of the previous page. [optional]
data BuiltList<LogsResponseData> set to page results. [optional]

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