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: Optional[List[pydantic.types.StrictInt]]
data_campaign_dashboard_id: Optional[pydantic.types.StrictInt]
datasets: Optional[List[pydantic.types.StrictStr]]
description: Optional[pydantic.types.StrictStr]
links: Optional[List[edgeimpulse_api.models.data_campaign_link.DataCampaignLink]]
logo: Optional[pydantic.types.StrictStr]
name: Optional[pydantic.types.StrictStr]
pipeline_ids: Optional[List[pydantic.types.StrictInt]]
project_ids: Optional[List[pydantic.types.StrictInt]]
queries: Optional[List[edgeimpulse_api.models.data_campaign_query.DataCampaignQuery]]
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