SeoActionList

Properties

Name Type Format Required
items array <SeoAction> required
total integer required

Example JSON

{
    "items": [
        {
            "id": 0,
            "kind": "string",
            "title": "string",
            "detail": "string",
            "gitSha": "string",
            "occurredAt": "string",
            "source": "string",
            "issueId": 0,
            "author": "string"
        }
    ],
    "total": 0
}