Modelobject

app.Snippet

Properties

app.Snippetobject
account
No description.
account_id
integer
No description.
contents
No description.
created_at
integer
No description.
id
integer
No description.
is_default
boolean
No description.
label
string
No description.
modified_at
integer
No description.
small_account
No description.
subtype
No description.
type
No description.

Example

JSON
{
  "account": {...},
  "account_id": 123,
  "contents": [
    {...}
  ],
  "created_at": 123,
  "id": 123,
  "is_default": true,
  "label": "string",
  "modified_at": 123,
  "small_account": {...},
  "subtype": "kv",
  "type": "headNote"
}