milestonexprotectrestpython.xprdevicegroup

Module: xprdevicegroup.py

Revision History

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

@export
class XPRDeviceGroup:

Device Group information.

Threadsafety:

This class is fully thread-safe.

XPRDeviceGroup()

Initializes a new instance of the class.

BuiltIn: bool

The BuiltIn status of the group - True if BuiltIn; otherwise False.

Returns:

The BuiltIn property value.

DateModified: datetime.datetime

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

Returns:

The DateModified property value.

Description: str

A description of the group.

Returns:

The Description 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 group.

Returns:

The Id property value.

ItemType: str

Type of the group item.

Returns:

The ItemType property value.

Name: str

Name of the group.

Returns:

The Name property value.