You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fromkandji.models.prism_request_category_export200_response_argsimportPrismRequestCategoryExport200ResponseArgs# TODO update the JSON string belowjson="{}"# create an instance of PrismRequestCategoryExport200ResponseArgs from a JSON stringprism_request_category_export200_response_args_instance=PrismRequestCategoryExport200ResponseArgs.from_json(json)
# print the JSON string representation of the objectprint(PrismRequestCategoryExport200ResponseArgs.to_json())
# convert the object into a dictprism_request_category_export200_response_args_dict=prism_request_category_export200_response_args_instance.to_dict()
# create an instance of PrismRequestCategoryExport200ResponseArgs from a dictprism_request_category_export200_response_args_from_dict=PrismRequestCategoryExport200ResponseArgs.from_dict(prism_request_category_export200_response_args_dict)