Skip to content

SearchMatchingActivationCodesForCwlAnalysis

Properties

Name Type Description Notes
project_id str
pipeline_id str
analysis_input CwlAnalysisInput

Example

from libica.openapi.v3.models.search_matching_activation_codes_for_cwl_analysis import SearchMatchingActivationCodesForCwlAnalysis

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

# convert the object into a dict
search_matching_activation_codes_for_cwl_analysis_dict = search_matching_activation_codes_for_cwl_analysis_instance.to_dict()
# create an instance of SearchMatchingActivationCodesForCwlAnalysis from a dict
search_matching_activation_codes_for_cwl_analysis_from_dict = SearchMatchingActivationCodesForCwlAnalysis.from_dict(search_matching_activation_codes_for_cwl_analysis_dict)

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