class edgeimpulse_api.models.data_campaign_dashboard.DataCampaignDashboard(
**data: Any
)
Config
The type of the None singleton.
created: datetime.datetime
The type of the None singleton.
email_recipient_uids: List[pydantic.types.StrictInt]
The type of the None singleton.
id: pydantic.types.StrictInt
The type of the None singleton.
latest_screenshot: pydantic.types.StrictStr | None
The type of the None singleton.
name: pydantic.types.StrictStr
The type of the None singleton.
show_no_of_days: pydantic.types.StrictInt
The type of the None singleton.
when_to_email: pydantic.types.StrictStr
The type of the None singleton.
edgeimpulse_api.models.data_campaign_dashboard.from_dict(
obj: dict
) ‑> edgeimpulse_api.models.data_campaign_dashboard.DataCampaignDashboard
edgeimpulse_api.models.data_campaign_dashboard.from_json(
json_str: str
) ‑> edgeimpulse_api.models.data_campaign_dashboard.DataCampaignDashboard
edgeimpulse_api.models.data_campaign_dashboard.when_to_email_validate_enum(
v
)
edgeimpulse_api.models.data_campaign_dashboard.to_dict(
self
)
edgeimpulse_api.models.data_campaign_dashboard.to_json(
self,
indent=None
) ‑> str
edgeimpulse_api.models.data_campaign_dashboard.to_str(
self
) ‑> str