data_campaign_graph_x_data_inner module#

class edgeimpulse_api.models.data_campaign_graph_x_data_inner.DataCampaignGraphXDataInner(
*,
color: StrictStr,
legendText: StrictStr,
popupText: StrictStr,
values: List[DataCampaignGraphXDataInnerValuesInner],
dataset: StrictStr | None = None,
query: StrictStr | None = None,
dataType: StrictStr,
)[source]#

Bases: BaseModel

class Config[source]#

Bases: object

allow_population_by_field_name = True#
validate_assignment = False#
color: StrictStr#
data_type: StrictStr#
classmethod data_type_validate_enum(v)[source]#
dataset: StrictStr | None#
classmethod from_dict(
obj: dict,
) DataCampaignGraphXDataInner[source]#

Create an instance of DataCampaignGraphXDataInner from a dict

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

Create an instance of DataCampaignGraphXDataInner from a JSON string

legend_text: StrictStr#
popup_text: StrictStr#
query: StrictStr | 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

values: List[DataCampaignGraphXDataInnerValuesInner]#