bovid.aggregates.custom_field.domain module

class bovid.aggregates.custom_field.domain.CustomFieldAgg

Bases: Aggregate

name: str
type_spec: CustomDataType
display_name: str
description: str
created_at: datetime | None
updated_at: datetime | None
patch(patch)

Patch this model and return a new, patched model.

Parameters:

patch (Mapping[Hashable, Any])

Return type:

Self

__init__(name, type_spec, display_name='', description='', created_at=None, updated_at=None)

Method generated by attrs for class CustomFieldAgg.

Parameters:
Return type:

None