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
Logs from the build process, may contain ANSI escape sequences (for colors, etc.)
lines
int
Number of log lines returned
Example
fromhostinger_api.models.hosting_v1_node_js_build_logs_resourceimportHostingV1NodeJsBuildLogsResource# TODO update the JSON string belowjson="{}"# create an instance of HostingV1NodeJsBuildLogsResource from a JSON stringhosting_v1_node_js_build_logs_resource_instance=HostingV1NodeJsBuildLogsResource.from_json(json)
# print the JSON string representation of the objectprint(HostingV1NodeJsBuildLogsResource.to_json())
# convert the object into a dicthosting_v1_node_js_build_logs_resource_dict=hosting_v1_node_js_build_logs_resource_instance.to_dict()
# create an instance of HostingV1NodeJsBuildLogsResource from a dicthosting_v1_node_js_build_logs_resource_from_dict=HostingV1NodeJsBuildLogsResource.from_dict(hosting_v1_node_js_build_logs_resource_dict)