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