milestonexprotectrestpython.xprstategroup

Module: xprstategroup.py

Revision History

Date Version Description
2023/07/11 1.0.0.0 Initial Version.

@export
class XPRStateGroup:

State Group information.

Threadsafety:

This class is fully thread-safe.

XPRStateGroup()

Initializes a new instance of the class.

DateModified: datetime.datetime

Date and time (in UTC format) that the entry was last modified.

Returns:

The DateModified property value.

DisplayName: str

User-friendly display name used in various user-interface displays.

Returns:

The DisplayName property value.

Id: str

The globally unique identifier of the item.

Returns:

The Id property value.

Name: str

Name of the event.

Returns:

The Name property value.

States: list[str]

States the group supports (e.g. "Normal", "Warning", "Critical", etc).

Returns:

The States property value.