| Name | Type | Description | Notes |
|---|---|---|---|
| added_users | str | added_users | |
| meta | V0042OpenapiMeta | [optional] | |
| errors | List[V0042OpenapiError] | [optional] | |
| warnings | List[V0042OpenapiWarning] | [optional] |
from slurmrest_python.models.v0042_openapi_users_add_cond_resp_str import V0042OpenapiUsersAddCondRespStr
# TODO update the JSON string below
json = "{}"
# create an instance of V0042OpenapiUsersAddCondRespStr from a JSON string
v0042_openapi_users_add_cond_resp_str_instance = V0042OpenapiUsersAddCondRespStr.from_json(json)
# print the JSON string representation of the object
print(V0042OpenapiUsersAddCondRespStr.to_json())
# convert the object into a dict
v0042_openapi_users_add_cond_resp_str_dict = v0042_openapi_users_add_cond_resp_str_instance.to_dict()
# create an instance of V0042OpenapiUsersAddCondRespStr from a dict
v0042_openapi_users_add_cond_resp_str_from_dict = V0042OpenapiUsersAddCondRespStr.from_dict(v0042_openapi_users_add_cond_resp_str_dict)