Sha256: 594e065787c770ed573c13539a2443b8a54957224cb87b494513e2ed45a20ab6
Contents?: true
Size: 830 Bytes
Versions: 5
Compression:
Stored size: 830 Bytes
Contents
# Conekta::GetApiKeysResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **next_page_url** | **String** | URL of the next page. | [optional] | | **previous_page_url** | **String** | Url of the previous page. | [optional] | | **has_more** | **Boolean** | Indicates if there are more pages to be requested | | | **object** | **String** | Object type, in this case is list | | | **data** | [**Array<ApiKeyResponse>**](ApiKeyResponse.md) | | [optional] | ## Example ```ruby require 'conekta' instance = Conekta::GetApiKeysResponse.new( next_page_url: https://api.conekta.io/resources?limit=10&next=chrg_1, previous_page_url: https://api.conekta.io/resources?limit=10&previous=chrg_1, has_more: false, object: list, data: null ) ```
Version data entries
5 entries across 5 versions & 1 rubygems