SeoActionList| Nombre | Tipo | Formato | Obligatorio |
|---|---|---|---|
items |
array <SeoAction> | obligatorio | |
total |
integer | obligatorio |
{
"items": [
{
"id": 0,
"kind": "string",
"title": "string",
"detail": "string",
"gitSha": "string",
"occurredAt": "string",
"source": "string",
"issueId": 0,
"author": "string"
}
],
"total": 0
}