class edgeimpulse_api.models.environment_variable.EnvironmentVariable(
**data: Any
)
Config
The type of the None singleton.
key: pydantic.types.StrictStr
The type of the None singleton.
value: pydantic.types.StrictStr | None
The type of the None singleton.
edgeimpulse_api.models.environment_variable.from_dict(
obj: dict
) ‑> edgeimpulse_api.models.environment_variable.EnvironmentVariable
edgeimpulse_api.models.environment_variable.from_json(
json_str: str
) ‑> edgeimpulse_api.models.environment_variable.EnvironmentVariable
edgeimpulse_api.models.environment_variable.to_dict(
self
)
edgeimpulse_api.models.environment_variable.to_json(
self,
indent=None
) ‑> str
edgeimpulse_api.models.environment_variable.to_str(
self
) ‑> str