| Name | Type | Description | Notes |
|---|---|---|---|
| added_accounts | str | added_accounts | |
| meta | V0043OpenapiMeta | [optional] | |
| errors | List[V0043OpenapiError] | [optional] | |
| warnings | List[V0043OpenapiWarning] | [optional] |
from slurmrest_python.models.v0043_openapi_accounts_add_cond_resp_str import V0043OpenapiAccountsAddCondRespStr
# TODO update the JSON string below
json = "{}"
# create an instance of V0043OpenapiAccountsAddCondRespStr from a JSON string
v0043_openapi_accounts_add_cond_resp_str_instance = V0043OpenapiAccountsAddCondRespStr.from_json(json)
# print the JSON string representation of the object
print(V0043OpenapiAccountsAddCondRespStr.to_json())
# convert the object into a dict
v0043_openapi_accounts_add_cond_resp_str_dict = v0043_openapi_accounts_add_cond_resp_str_instance.to_dict()
# create an instance of V0043OpenapiAccountsAddCondRespStr from a dict
v0043_openapi_accounts_add_cond_resp_str_from_dict = V0043OpenapiAccountsAddCondRespStr.from_dict(v0043_openapi_accounts_add_cond_resp_str_dict)