Skip to main content

ComputedFields

No overview available.

Attributes

AttributeTypeDescription
0Vec< 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

NameTypeDescription
itemsVec< ComputedField >A vector containing the computed field definitions.

Signature

def ComputedFields(
fields: Vec< ComputedField >
) - > [ComputedFields](computedfields.md?sid=serializers_computed_fields_computedfields)

Parameters

NameTypeDescription
fieldsVec< ComputedField >A vector of ComputedField objects that define the logic and metadata for dynamically calculated fields.