Modelobject

app.BoardUser

Properties

app.BoardUserobject
board_id
integer
No description.
created_at
integer
No description.
id
integer
No description.
modified_at
integer
No description.
read
boolean
No description.
read_own
boolean
No description.
small_user
No description.
user_id
integer
No description.
write
boolean
No description.
write_own
boolean
No description.

Example

JSON
{
  "board_id": 123,
  "created_at": 123,
  "id": 123,
  "modified_at": 123,
  "read": true,
  "read_own": true,
  "small_user": {...},
  "user_id": 123,
  "write": true,
  "write_own": true
}