Sha256: f537880a21a8bff664bf40119fd9df35d5be67316a295fc8b22499f779bedf4c
Contents?: true
Size: 714 Bytes
Versions: 6
Compression:
Stored size: 714 Bytes
Contents
# Conekta::LogsResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **has_more** | **Boolean** | True, if there are more pages. | [optional][readonly] | | **object** | **String** | The object type | [optional][readonly] | | **next_page_url** | **String** | URL of the next page. | [optional] | | **previous_page_url** | **String** | Url of the previous page. | [optional] | | **data** | [**Array<LogsResponseData>**](LogsResponseData.md) | set to page results. | [optional] | ## Example ```ruby require 'conekta' instance = Conekta::LogsResponse.new( has_more: null, object: null, next_page_url: null, previous_page_url: null, data: null ) ```
Version data entries
6 entries across 6 versions & 1 rubygems