log_stdout_response_all_of_stdout module#

class edgeimpulse_api.models.log_stdout_response_all_of_stdout.LogStdoutResponseAllOfStdout(
*,
created: datetime,
data: StrictStr,
logLevel: StrictStr | None = None,
)[source]#

Bases: BaseModel

class Config[source]#

Bases: object

allow_population_by_field_name = True#
validate_assignment = False#
created: datetime#
data: StrictStr#
classmethod from_dict(
obj: dict,
) LogStdoutResponseAllOfStdout[source]#

Create an instance of LogStdoutResponseAllOfStdout from a dict

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

Create an instance of LogStdoutResponseAllOfStdout from a JSON string

log_level: StrictStr | None#
classmethod log_level_validate_enum(v)[source]#
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