from slurmrest_python.models.v0043_stats_msg_rpc_user import V0043StatsMsgRpcUser
# TODO update the JSON string below
json = "{}"
# create an instance of V0043StatsMsgRpcUser from a JSON string
v0043_stats_msg_rpc_user_instance = V0043StatsMsgRpcUser.from_json(json)
# print the JSON string representation of the object
print(V0043StatsMsgRpcUser.to_json())
# convert the object into a dict
v0043_stats_msg_rpc_user_dict = v0043_stats_msg_rpc_user_instance.to_dict()
# create an instance of V0043StatsMsgRpcUser from a dict
v0043_stats_msg_rpc_user_from_dict = V0043StatsMsgRpcUser.from_dict(v0043_stats_msg_rpc_user_dict)