Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.17 KB

File metadata and controls

29 lines (20 loc) · 1.17 KB

PrismRequestCategoryExport400Response

Properties

Name Type Description Notes
detail str [optional]

Example

from kandji.models.prism_request_category_export400_response import PrismRequestCategoryExport400Response

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

# convert the object into a dict
prism_request_category_export400_response_dict = prism_request_category_export400_response_instance.to_dict()
# create an instance of PrismRequestCategoryExport400Response from a dict
prism_request_category_export400_response_from_dict = PrismRequestCategoryExport400Response.from_dict(prism_request_category_export400_response_dict)

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