CurrentDBGenResponse Model

The response body returned when querying a value for the current DBGen

Nullable
Kapow : string (GUID)

The kapow that this response is for

Nullable
DBGen : number (int)

The current value of the DBGen

Example
{
  "Kapow": "3f49efe7-ea42-4f21-8718-7e6ce9a33512",
  "DBGen": 321
}