Skip to content

SampleHistoryList

Properties

Name Type Description Notes
items List[SampleHistory]

Example

from libica.openapi.v3.models.sample_history_list import SampleHistoryList

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

# convert the object into a dict
sample_history_list_dict = sample_history_list_instance.to_dict()
# create an instance of SampleHistoryList from a dict
sample_history_list_from_dict = SampleHistoryList.from_dict(sample_history_list_dict)

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