update_organization_data_campaign_request module#

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

Bases: BaseModel

class Config[source]#

Bases: object

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

Create an instance of UpdateOrganizationDataCampaignRequest from a dict

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

Create an instance of UpdateOrganizationDataCampaignRequest from a JSON string

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