ItemStatusDetail

class pydelfini.delfini_core.models.item_status_detail.ItemStatusDetail(errors, on, status)[source]

Bases: object

ItemStatusDetail model

Parameters:
errors
Type:

List[‘Error’]

on
Type:

datetime.datetime

status
Type:

ItemStatusValue

Attributes

errors

on

status

classmethod from_dict(src_dict)[source]

Create an instance of ItemStatusDetail from a dict

Parameters:

src_dict (Dict[str, Any])

Return type:

T

to_dict()[source]

Convert to a dict

Return type:

Dict[str, Any]