ResponseContainerListApiTokenModel
ResponseContainerListApiTokenModel
JSON container for the HTTP response along with status
JSON Example
{
"status": {
"result": "string",
"message": "string",
"code": 0
},
"response": [
{
"accountType": "string",
"name": "string",
"id": "string",
"createdEpochMillis": 0,
"dateGenerated": 0,
"customer": "string",
"lastUsed": 0,
"account": "string"
}
]
}