plaid2.model.incident_update module

class plaid2.model.incident_update.IncidentUpdate(*, description: Optional[str] = None, status: Optional[str] = None, updated_date: Optional[str] = None)[source]

Bases: BaseModel

description: Optional[str]

The content of the update.

dict(**kwargs: Any) Dict[str, Any][source]

Return a dict representation of the object. Takes same keyword arguments as pydantic.BaseModel.dict

json(**kwargs: Any) str[source]

Return a json string representation of the object. Takes same keyword arguments as pydantic.BaseModel.json

classmethod parse_obj(data: Any) IncidentUpdate[source]

Parse a dict into the object. Takes same keyword arguments as pydantic.BaseModel.parse_obj

classmethod parse_raw(b: Union[bytes, str], **kwargs: Any) IncidentUpdate[source]

Parse a json string into the object. Takes same keyword arguments as pydantic.BaseModel.parse_raw

status: Optional[str]

The status of the incident.

updated_date: Optional[str]

26:48Z”`.

Type

The date when the update was published, in [ISO 8601](https

Type

//wikipedia.org/wiki/ISO_8601) format, e.g. `”2020-10-30T15