ComputedFields
No overview available.
Attributes
| Attribute | Type | Description |
|---|---|---|
| 0 | Vec< ComputedField > | A collection of ComputedField objects used to store and manage dynamically calculated data fields within the class. |
Constructor
Signature
def ComputedFields(
items: Vec< ComputedField >
) - > None
Parameters
| Name | Type | Description |
|---|---|---|
| items | Vec< ComputedField > | A vector containing the computed field definitions. |
Signature
def ComputedFields(
fields: Vec< ComputedField >
) - > [ComputedFields](computedfields.md?sid=serializers_computed_fields_computedfields)
Parameters
| Name | Type | Description |
|---|---|---|
| fields | Vec< ComputedField > | A vector of ComputedField objects that define the logic and metadata for dynamically calculated fields. |