SeoActionList

字段

字段名 类型 格式 是否必填
items array <SeoAction> 必填
total integer 必填

示例 JSON

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