SearchMatchingActivationCodesForNextflowAnalysis
Properties
Example
from libica.openapi.v3.models.search_matching_activation_codes_for_nextflow_analysis import SearchMatchingActivationCodesForNextflowAnalysis
# TODO update the JSON string below
json = "{}"
# create an instance of SearchMatchingActivationCodesForNextflowAnalysis from a JSON string
search_matching_activation_codes_for_nextflow_analysis_instance = SearchMatchingActivationCodesForNextflowAnalysis.from_json(json)
# print the JSON string representation of the object
print(SearchMatchingActivationCodesForNextflowAnalysis.to_json())
# convert the object into a dict
search_matching_activation_codes_for_nextflow_analysis_dict = search_matching_activation_codes_for_nextflow_analysis_instance.to_dict()
# create an instance of SearchMatchingActivationCodesForNextflowAnalysis from a dict
search_matching_activation_codes_for_nextflow_analysis_from_dict = SearchMatchingActivationCodesForNextflowAnalysis.from_dict(search_matching_activation_codes_for_nextflow_analysis_dict)
[Back to Model list] [Back to API list] [Back to README]