Skip to content

Hazards

albert.resources.hazards

HazardSymbolStatus

Bases: str, Enum

The status of a HazardSymbol.

Attributes:

Name Type Description
ACTIVE str

The hazard symbol is fully operational and visible in normal operations.

INACTIVE str

The hazard symbol is hidden from normal operations and disabled from use.

ADDED_MANUALLY str

The hazard symbol was manually chosen.

ACTIVE

ACTIVE = 'active'

INACTIVE

INACTIVE = 'inactive'

ADDED_MANUALLY

ADDED_MANUALLY = 'Added Manually'

HazardSymbol

Bases: EntityLinkWithName

Model representing a hazard symbol.

Attributes:

Name Type Description
status HazardSymbolStatus | None

status

status: HazardSymbolStatus | None = Field(default=None)

HazardStatement

Bases: EntityLinkWithName

Model representing a hazard statement.