ChangeEntity model
import { ChangeEntity } from "firehydrant-typescript-sdk/models/components";
let value: ChangeEntity = {};
Field | Type | Required | Description |
---|---|---|---|
id |
string | ➖ | UUID of the Change |
summary |
string | ➖ | Description of the Change |
createdAt |
Date | ➖ | The time the change entry was created |
updatedAt |
Date | ➖ | N/A |
labels |
components.ChangeEntityLabels | ➖ | Arbitrary key/value pairs of labels. |
description |
string | ➖ | Description of the Change |