Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 4 KB

environmententryentity.md

File metadata and controls

24 lines (18 loc) · 4 KB

EnvironmentEntryEntity

EnvironmentEntryEntity model

Example Usage

import { EnvironmentEntryEntity } from "firehydrant-typescript-sdk/models/components";

let value: EnvironmentEntryEntity = {};

Fields

Field Type Required Description
id string UUID of the Environment
name string Name of the Environment
slug string Slug of the Environment
description string Description of the Environment
updatedAt Date The time the environment was updated
createdAt Date The time the environment was created
activeIncidents string List of active incident guids
externalResources components.ExternalResourceEntity[] Information about known linkages to representations of services outside of FireHydrant.