Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 768 Bytes

File metadata and controls

32 lines (19 loc) · 768 Bytes

AggKeyInput

tb_ce_client.models.AggKeyInput

Extends: AggInput

Properties

Name Type Description Notes
key str [optional]

Referenced Types

AggInput

Name Type Description Notes
type str

Conventions

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