add_organization_data_campaign_dashboard_request module#

class edgeimpulse_api.models.add_organization_data_campaign_dashboard_request.AddOrganizationDataCampaignDashboardRequest(
*,
name: StrictStr,
emailRecipientUids: List[StrictInt],
whenToEmail: StrictStr,
showNoOfDays: StrictInt,
)[source]#

Bases: BaseModel

class Config[source]#

Bases: object

allow_population_by_field_name = True#
validate_assignment = False#
email_recipient_uids: List[StrictInt]#
classmethod from_dict(
obj: dict,
) AddOrganizationDataCampaignDashboardRequest[source]#

Create an instance of AddOrganizationDataCampaignDashboardRequest from a dict

classmethod from_json(
json_str: str,
) AddOrganizationDataCampaignDashboardRequest[source]#

Create an instance of AddOrganizationDataCampaignDashboardRequest from a JSON string

name: StrictStr#
show_no_of_days: StrictInt#
to_dict()[source]#

Returns the dictionary representation of the model using alias

to_json() str[source]#

Returns the JSON representation of the model using alias

to_str() str[source]#

Returns the string representation of the model using alias

when_to_email: StrictStr#
classmethod when_to_email_validate_enum(v)[source]#