Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 614 Bytes

File metadata and controls

23 lines (13 loc) · 614 Bytes

AlarmCommentId

tb_ce_client.models.AlarmCommentId

Properties

Name Type Description Notes
id UUID string

Conventions

  • Package: tb_ce_client.models
  • Attribute access: obj.id, obj.name, etc.
  • Serialize: obj.model_dump() or obj.model_dump(by_alias=True) for camelCase JSON
  • Deserialize: AlarmCommentId.model_validate(data) or AlarmCommentId.model_validate_json(json_str)
  • None fields: Optional attributes default to None; accessing them never raises exceptions