SeoAction

字段

字段名 类型 格式 是否必填
id integer 必填
kind string 必填
title string 必填
detail string | null
gitSha string | null
occurredAt string 必填
source string 必填
issueId integer | null
author string | null

示例 JSON

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