Skip to content

PipelineLanguageVersionList

Properties

Name Type Description Notes
items List[PipelineLanguageVersion]

Example

from libica.openapi.v3.models.pipeline_language_version_list import PipelineLanguageVersionList

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

# convert the object into a dict
pipeline_language_version_list_dict = pipeline_language_version_list_instance.to_dict()
# create an instance of PipelineLanguageVersionList from a dict
pipeline_language_version_list_from_dict = PipelineLanguageVersionList.from_dict(pipeline_language_version_list_dict)

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