SeoAction

Propriétés

Nom Type Format Requis
id integer requis
kind string requis
title string requis
detail string | null
gitSha string | null
occurredAt string requis
source string requis
issueId integer | null
author string | null

Exemple JSON

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