Skip to content

ProjectPipeline

Properties

Name Type Description Notes
pipeline PipelineV3
project_id str
bundle_links BundleList

Example

from libica.openapi.v3.models.project_pipeline import ProjectPipeline

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

# convert the object into a dict
project_pipeline_dict = project_pipeline_instance.to_dict()
# create an instance of ProjectPipeline from a dict
project_pipeline_from_dict = ProjectPipeline.from_dict(project_pipeline_dict)

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