This model accepts additional fields of type interface{}.
ResponseHttp429ErrorException
Name | Type | Tags | Description |
---|---|---|---|
Detail |
*string |
Optional | - |
AdditionalProperties |
map[string]interface{} |
Optional | - |
{
"detail": "Too Many Request. The API Token used for the request reached the 5000 API Calls per hour threshold",
"exampleAdditionalProperty": {
"key1": "val1",
"key2": "val2"
}
}