Modelobject

app.CustomFields

Properties

app.CustomFieldsobject
definition
No description.
id
integer
No description.
id_related
integer
No description.
name
string
No description.
type
string
No description.
value
string
No description.

Example

JSON
{
  "definition": {...},
  "id": 123,
  "id_related": 123,
  "name": "string",
  "type": "string",
  "value": "string"
}