Sha256: f70b8451087ce0b8e0c6c8cac9a4764ffa9ba16a7bf8c2ae2fb9c439eb1ad3d9
Contents?: true
Size: 389 Bytes
Versions: 6
Compression:
Stored size: 389 Bytes
Contents
# Conekta::ApiKeyRequest ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **description** | **String** | A name or brief explanation of what this api key is used for | [optional] | | **role** | **String** | | | ## Example ```ruby require 'conekta' instance = Conekta::ApiKeyRequest.new( description: online store, role: private ) ```
Version data entries
6 entries across 6 versions & 1 rubygems