EnumDescriptionsEntity
idstring
namestring
statusstring
Enum Value | Description |
---|---|
active | The entity is active |
inactive | The entity is inactive |
pending | The entity is pending approval |
Possible values: [active
, inactive
, pending
]
EnumDescriptionsEntity
{
"id": "string",
"name": "string",
"status": "active"
}