Modelobject

app.ContactEmail

Properties

app.ContactEmailobject
date_created
integer
No description.
date_modified
integer
No description.
id
integer
No description.
label
string
No description.
organisations
Joins
persons
No description.
value
string
No description.

Example

JSON
{
  "date_created": 123,
  "date_modified": 123,
  "id": 123,
  "label": "string",
  "organisations": [
    {...}
  ],
  "persons": [
    {...}
  ],
  "value": "string"
}