Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 1.11 KB

ApiKeyResponseOnDelete.md

File metadata and controls

23 lines (18 loc) · 1.11 KB

conekta.model.ApiKeyResponseOnDelete

Load the model package

import 'package:conekta/api.dart';

Properties

Name Type Description Notes
active bool Indicates if the api key is active [optional]
createdAt int Unix timestamp in seconds of when the api key was created [optional]
description String A name or brief explanation of what this api key is used for [optional]
livemode bool Indicates if the api key is in production [optional]
prefix String The first few characters of the authentication_token [optional]
id String Unique identifier of the api key [optional]
object String Object name, value is 'api_key' [optional]
deleted bool Indicates if the api key was deleted [optional]
role String Indicates if the api key is private or public [optional]

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