Skip to content

AnalysisStorageListV3

Properties

Name Type Description Notes
items List[AnalysisStorageV3]

Example

from libica.openapi.v3.models.analysis_storage_list_v3 import AnalysisStorageListV3

# TODO update the JSON string below
json = "{}"
# create an instance of AnalysisStorageListV3 from a JSON string
analysis_storage_list_v3_instance = AnalysisStorageListV3.from_json(json)
# print the JSON string representation of the object
print(AnalysisStorageListV3.to_json())

# convert the object into a dict
analysis_storage_list_v3_dict = analysis_storage_list_v3_instance.to_dict()
# create an instance of AnalysisStorageListV3 from a dict
analysis_storage_list_v3_from_dict = AnalysisStorageListV3.from_dict(analysis_storage_list_v3_dict)

[Back to Model list] [Back to API list] [Back to README]