tb_ce_client.models.AggFunctionInput
Extends: AggInput
| Name | Type | Description | Notes |
|---|---|---|---|
| function | str | [optional] |
| Name | Type | Description | Notes |
|---|---|---|---|
| type | str |
- Package:
tb_ce_client.models - Attribute access:
obj.function,obj.name, etc. - Serialize:
obj.model_dump()orobj.model_dump(by_alias=True)for camelCase JSON - Deserialize:
AggFunctionInput.model_validate(data)orAggFunctionInput.model_validate_json(json_str) - None fields: Optional attributes default to
None; accessing them never raises exceptions