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
fromfinbourne_access.models.resource_list_of_policy_collection_responseimportResourceListOfPolicyCollectionResponse# TODO update the JSON string belowjson="{}"# create an instance of ResourceListOfPolicyCollectionResponse from a JSON stringresource_list_of_policy_collection_response_instance=ResourceListOfPolicyCollectionResponse.from_json(json)
# print the JSON string representation of the objectprintResourceListOfPolicyCollectionResponse.to_json()
# convert the object into a dictresource_list_of_policy_collection_response_dict=resource_list_of_policy_collection_response_instance.to_dict()
# create an instance of ResourceListOfPolicyCollectionResponse from a dictresource_list_of_policy_collection_response_form_dict=resource_list_of_policy_collection_response.from_dict(resource_list_of_policy_collection_response_dict)