You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Log level in upper case (usually ERROR, WARN, INFO, LOG, DEBUG or TRACE). Numeric pino levels are mapped to these names.
message
str
Log message
Example
fromhostinger_api.models.hosting_v1_node_js_log_entry_resourceimportHostingV1NodeJsLogEntryResource# TODO update the JSON string belowjson="{}"# create an instance of HostingV1NodeJsLogEntryResource from a JSON stringhosting_v1_node_js_log_entry_resource_instance=HostingV1NodeJsLogEntryResource.from_json(json)
# print the JSON string representation of the objectprint(HostingV1NodeJsLogEntryResource.to_json())
# convert the object into a dicthosting_v1_node_js_log_entry_resource_dict=hosting_v1_node_js_log_entry_resource_instance.to_dict()
# create an instance of HostingV1NodeJsLogEntryResource from a dicthosting_v1_node_js_log_entry_resource_from_dict=HostingV1NodeJsLogEntryResource.from_dict(hosting_v1_node_js_log_entry_resource_dict)