ParserOption¶
- class pydelfini.delfini_core.models.parser_option.ParserOption(type, allow_null=False, choices=Unset, default=Unset, description=Unset)[source]¶
Bases:
object
ParserOption model
- Parameters:
- type¶
- Type:
Attributes
- classmethod from_dict(src_dict)[source]¶
Create an instance of
ParserOption
from a dict