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
Environment variable name. Must start with an uppercase letter or underscore, followed by uppercase letters, digits or underscores.
value
str
Environment variable value.
Example
fromhostinger_api.models.hosting_v1_node_js_set_build_env_vars_request_env_vars_innerimportHostingV1NodeJsSetBuildEnvVarsRequestEnvVarsInner# TODO update the JSON string belowjson="{}"# create an instance of HostingV1NodeJsSetBuildEnvVarsRequestEnvVarsInner from a JSON stringhosting_v1_node_js_set_build_env_vars_request_env_vars_inner_instance=HostingV1NodeJsSetBuildEnvVarsRequestEnvVarsInner.from_json(json)
# print the JSON string representation of the objectprint(HostingV1NodeJsSetBuildEnvVarsRequestEnvVarsInner.to_json())
# convert the object into a dicthosting_v1_node_js_set_build_env_vars_request_env_vars_inner_dict=hosting_v1_node_js_set_build_env_vars_request_env_vars_inner_instance.to_dict()
# create an instance of HostingV1NodeJsSetBuildEnvVarsRequestEnvVarsInner from a dicthosting_v1_node_js_set_build_env_vars_request_env_vars_inner_from_dict=HostingV1NodeJsSetBuildEnvVarsRequestEnvVarsInner.from_dict(hosting_v1_node_js_set_build_env_vars_request_env_vars_inner_dict)