class edgeimpulse_api.models.add_organization_data_campaign_dashboard_request.AddOrganizationDataCampaignDashboardRequest(
**data: Any
)
Config
The type of the None singleton.
email_recipient_uids: List[pydantic.types.StrictInt]
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.add_organization_data_campaign_dashboard_request.from_dict(
obj: dict
) ‑> edgeimpulse_api.models.add_organization_data_campaign_dashboard_request.AddOrganizationDataCampaignDashboardRequest
edgeimpulse_api.models.add_organization_data_campaign_dashboard_request.from_json(
json_str: str
) ‑> edgeimpulse_api.models.add_organization_data_campaign_dashboard_request.AddOrganizationDataCampaignDashboardRequest
edgeimpulse_api.models.add_organization_data_campaign_dashboard_request.when_to_email_validate_enum(
v
)
edgeimpulse_api.models.add_organization_data_campaign_dashboard_request.to_dict(
self
)
edgeimpulse_api.models.add_organization_data_campaign_dashboard_request.to_json(
self,
indent=None
) ‑> str
edgeimpulse_api.models.add_organization_data_campaign_dashboard_request.to_str(
self
) ‑> str