pyocf.objects.stocklegendtemplate
Object describing a stock legend template
- pydantic model pyocf.objects.stocklegendtemplate.StockLegendTemplate
Object describing a stock legend template
- 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 name: Annotated[str, FieldInfo(annotation=NoneType, required=True, description='Name for the stock legend template')] [Required]
Name for the stock legend template
- field object_type: Annotated[Literal['STOCK_LEGEND_TEMPLATE'], FieldInfo(annotation=NoneType, required=True, description='')] = 'STOCK_LEGEND_TEMPLATE'
- field text: Annotated[str, FieldInfo(annotation=NoneType, required=True, description='The full text of the stock legend')] [Required]
The full text of the stock legend