Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 895 Bytes

File metadata and controls

35 lines (22 loc) · 895 Bytes

AggInput

tb_ce_client.models.AggInput

Properties

Name Type Description Notes
type str

Subtypes

AggFunctionInput (type=function)

Name Type Description Notes
function str [optional]

AggKeyInput (type=key)

Name Type Description Notes
key str [optional]

Conventions

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