Skip to content

ProjectBundle

Properties

Name Type Description Notes
bundle Bundle
project_id str
application ApplicationV4 [optional]

Example

from libica.openapi.v3.models.project_bundle import ProjectBundle

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

# convert the object into a dict
project_bundle_dict = project_bundle_instance.to_dict()
# create an instance of ProjectBundle from a dict
project_bundle_from_dict = ProjectBundle.from_dict(project_bundle_dict)

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