add_organization_data_campaign_request module#

class edgeimpulse_api.models.add_organization_data_campaign_request.AddOrganizationDataCampaignRequest(
*,
id: StrictInt | None = None,
dataCampaignDashboardId: StrictInt,
created: datetime | None = None,
name: StrictStr,
description: StrictStr,
coordinatorUids: List[StrictInt],
logo: StrictStr | None = None,
queries: List[DataCampaignQuery],
links: List[DataCampaignLink],
datasets: List[StrictStr],
pipelineIds: List[StrictInt],
projectIds: List[StrictInt],
)[source]#

Bases: BaseModel

class Config[source]#

Bases: object

allow_population_by_field_name = True#
validate_assignment = False#
coordinator_uids: List[StrictInt]#
created: datetime | None#
data_campaign_dashboard_id: StrictInt#
datasets: List[StrictStr]#
description: StrictStr#
classmethod from_dict(
obj: dict,
) AddOrganizationDataCampaignRequest[source]#

Create an instance of AddOrganizationDataCampaignRequest from a dict

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

Create an instance of AddOrganizationDataCampaignRequest from a JSON string

id: StrictInt | None#
name: StrictStr#
pipeline_ids: List[StrictInt]#
project_ids: List[StrictInt]#
queries: List[DataCampaignQuery]#
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