pyocf.primitives.objects.object

Abstract object to be extended by all other objects

pydantic model pyocf.primitives.objects.object.Object

Abstract object to be extended by all other objects

field comments: Annotated[list[str], FieldInfo(annotation=NoneType, required=True, description='Unstructured text comments related to and stored for the object')] | None = None
field id: Annotated[str, FieldInfo(annotation=NoneType, required=True, description='Identifier for the object')] [Required]

Identifier for the object

field object_type: Annotated[ObjectType, FieldInfo(annotation=NoneType, required=True, description='Object type field')] [Required]

Object type field