boulderopalscaleup.device.DeviceSummary

class boulderopalscaleup.device.DeviceSummary(*, id, organization_id, name, updated_at, created_at)

Summary data for the device

Variables

  • id (str) – Unique identifier for the device.
  • organization_id (str) – Identifier for the organization.
  • name (str) – Name of the device.
  • updated_at (ISO8601DatetimeUTCLike) – Time device was last updated.
  • created_at (ISO8601DatetimeUTCLike) – Time device was created.

Was this useful?