ConstraintTemplateResponse
ConstraintTemplateResponse
AllOf
This class requires all of the following:
JSON Example
{
"name": "string",
"description": "string",
"template": "string",
"supportedVersions": "string",
"labels": {
"data": "string",
"type": "string"
},
"id": "string",
"state": "string",
"username": "string",
"createdAt": "string",
"updatedAt": "string",
"_links": {
"self": {
"href": "string"
},
"list": {
"href": "string"
},
"delete": {
"href": "string"
},
"enforce": {
"href": "string"
}
}
}