Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 1.27 KB

File metadata and controls

24 lines (19 loc) · 1.27 KB

openapi.model.ApikeyResponse

Load the model package

import 'package:openapi/api.dart';

Properties

Name Type Description Notes
pkiApikeyID int The unique ID of the Apikey
fkiUserID int The unique ID of the User
fkiEzmaxpartnerproductstageID int The unique ID of the Ezmaxpartnerproductstage [optional]
objApikeyDescription MultilingualApikeyDescription
objContactName CustomContactNameResponse
sApikeyApikey String The Apikey for the API key. This will be hidden if we are not creating or regenerating the Apikey. [optional]
sApikeySecret String The Secret for the API key. This will be hidden if we are not creating or regenerating the Apikey. [optional]
bApikeyIsactive bool Whether the apikey is active or not
bApikeyIssigned bool Whether the apikey is signed or not [optional]
objAudit CommonAudit

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