Skip to content

ProjectBaseTableList

Properties

Name Type Description Notes
items List[ProjectBaseTable]

Example

from libica.openapi.v3.models.project_base_table_list import ProjectBaseTableList

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

# convert the object into a dict
project_base_table_list_dict = project_base_table_list_instance.to_dict()
# create an instance of ProjectBaseTableList from a dict
project_base_table_list_from_dict = ProjectBaseTableList.from_dict(project_base_table_list_dict)

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