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