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