class edgeimpulse_api.models.data_campaign_graph.DataCampaignGraph(
**data: Any
)
Config
The type of the None singleton.
link: pydantic.types.StrictStr
The type of the None singleton.
next_update: datetime.datetime
The type of the None singleton.
title: pydantic.types.StrictStr
The type of the None singleton.
x_data: List[edgeimpulse_api.models.data_campaign_graph_x_data_inner.DataCampaignGraphXDataInner]
The type of the None singleton.
y_ticks: List[datetime.datetime]
The type of the None singleton.
edgeimpulse_api.models.data_campaign_graph.from_dict(
obj: dict
) ‑> edgeimpulse_api.models.data_campaign_graph.DataCampaignGraph
edgeimpulse_api.models.data_campaign_graph.from_json(
json_str: str
) ‑> edgeimpulse_api.models.data_campaign_graph.DataCampaignGraph
edgeimpulse_api.models.data_campaign_graph.to_dict(
self
)
edgeimpulse_api.models.data_campaign_graph.to_json(
self,
indent=None
) ‑> str
edgeimpulse_api.models.data_campaign_graph.to_str(
self
) ‑> str