ItemStatusDetails

class pydelfini.delfini_core.models.item_status_details.ItemStatusDetails(parser=Unset, storage=Unset, validator=Unset)[source]

Bases: object

ItemStatusDetails model

Parameters:
parser
Type:

Union[Unset, ItemStatusDetail]

storage
Type:

Union[Unset, ItemStatusDetail]

validator
Type:

Union[Unset, ItemStatusDetail]

Attributes

parser

storage

validator

classmethod from_dict(src_dict)[source]

Create an instance of ItemStatusDetails from a dict

Parameters:

src_dict (Dict[str, Any])

Return type:

T

to_dict()[source]

Convert to a dict

Return type:

Dict[str, Any]