update_organization_data_campaign_request module
UpdateOrganizationDataCampaignRequest
Create a new model by parsing and validating input data from keyword arguments.
Raises ValidationError if the input data cannot be parsed to form a valid model.
Parameters
**data: Any
Bases
pydantic.main.BaseModel
pydantic.utils.Representation
Class variables
Config
coordinator_uids: List[pydantic.types.StrictInt] | None
data_campaign_dashboard_id: pydantic.types.StrictInt | None
datasets: List[pydantic.types.StrictStr] | None
description: pydantic.types.StrictStr | None
links: List[edgeimpulse_api.models.data_campaign_link.DataCampaignLink] | None
logo: pydantic.types.StrictStr | None
name: pydantic.types.StrictStr | None
pipeline_ids: List[pydantic.types.StrictInt] | None
project_ids: List[pydantic.types.StrictInt] | None
queries: List[edgeimpulse_api.models.data_campaign_query.DataCampaignQuery] | None
Static methods
from_dict
Create an instance of UpdateOrganizationDataCampaignRequest from a dict
Parameters
obj: dict
Return
edgeimpulse_api.models.update_organization_data_campaign_request.UpdateOrganizationDataCampaignRequest
from_json
Create an instance of UpdateOrganizationDataCampaignRequest from a JSON string
Parameters
json_str: str
Return
edgeimpulse_api.models.update_organization_data_campaign_request.UpdateOrganizationDataCampaignRequest
Methods
to_dict
Returns the dictionary representation of the model using alias
Parameters
self
to_json
Returns the JSON representation of the model using alias
Parameters
self
indent=None
Return
str
to_str
Returns the string representation of the model using alias
Parameters
self
Return
str
Last updated