SeoAction

Propiedades

Nombre Tipo Formato Obligatorio
id integer obligatorio
kind string obligatorio
title string obligatorio
detail string | null
gitSha string | null
occurredAt string obligatorio
source string obligatorio
issueId integer | null
author string | null

JSON de ejemplo

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