Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1001 Bytes

File metadata and controls

29 lines (20 loc) · 1001 Bytes

QueryQuery401Response

Properties

Name Type Description Notes
message str [optional]

Example

from safepeopleregistry_api_sdk.models.query_query401_response import QueryQuery401Response

# TODO update the JSON string below
json = "{}"
# create an instance of QueryQuery401Response from a JSON string
query_query401_response_instance = QueryQuery401Response.from_json(json)
# print the JSON string representation of the object
print(QueryQuery401Response.to_json())

# convert the object into a dict
query_query401_response_dict = query_query401_response_instance.to_dict()
# create an instance of QueryQuery401Response from a dict
query_query401_response_from_dict = QueryQuery401Response.from_dict(query_query401_response_dict)

[Back to Model list] [Back to API list] [Back to README]