Properties
Example
from defectdojo_api_generated.models.paginated_tool_product_settings_list_prefetch import PaginatedToolProductSettingsListPrefetch
# TODO update the JSON string below
json = "{}"
# create an instance of PaginatedToolProductSettingsListPrefetch from a JSON string
paginated_tool_product_settings_list_prefetch_instance = PaginatedToolProductSettingsListPrefetch.from_json(json)
# print the JSON string representation of the object
print(PaginatedToolProductSettingsListPrefetch.to_json())
# convert the object into a dict
paginated_tool_product_settings_list_prefetch_dict = paginated_tool_product_settings_list_prefetch_instance.to_dict()
# create an instance of PaginatedToolProductSettingsListPrefetch from a dict
paginated_tool_product_settings_list_prefetch_from_dict = PaginatedToolProductSettingsListPrefetch.from_dict(paginated_tool_product_settings_list_prefetch_dict)
[Back to Model list] [Back to API list] [Back to README]