Modelobject

app.SnippetContent

Properties

app.SnippetContentobject
additional_content
string
No description.
content
string
No description.
created_at
integer
No description.
id
integer
No description.
lang
No description.
modified_at
integer
No description.
snippet
No description.
snippet_id
integer
No description.

Example

JSON
{
  "additional_content": "string",
  "content": "string",
  "created_at": 123,
  "id": 123,
  "lang": "de",
  "modified_at": 123,
  "snippet": {...},
  "snippet_id": 123
}