3131
3232
3333def lazy_import ():
34- from bimdata_api_client .model .folder import Folder
3534 from bimdata_api_client .model .tag import Tag
36- globals ()['Folder' ] = Folder
3735 globals ()['Tag' ] = Tag
3836
3937
@@ -106,7 +104,6 @@ def openapi_types():
106104 lazy_import ()
107105 return {
108106 'id' : (int ,), # noqa: E501
109- 'parent' : (bool , date , datetime , dict , float , int , list , str , none_type ,), # noqa: E501
110107 'project' : (int ,), # noqa: E501
111108 'name' : (str ,), # noqa: E501
112109 'file' : (str ,), # noqa: E501
@@ -130,7 +127,6 @@ def discriminator():
130127
131128 attribute_map = {
132129 'id' : 'id' , # noqa: E501
133- 'parent' : 'parent' , # noqa: E501
134130 'project' : 'project' , # noqa: E501
135131 'name' : 'name' , # noqa: E501
136132 'file' : 'file' , # noqa: E501
@@ -149,7 +145,6 @@ def discriminator():
149145
150146 read_only_vars = {
151147 'id' , # noqa: E501
152- 'parent' , # noqa: E501
153148 'project' , # noqa: E501
154149 'tags' , # noqa: E501
155150 'created_at' , # noqa: E501
@@ -163,12 +158,11 @@ def discriminator():
163158
164159 @classmethod
165160 @convert_js_args_to_python_args
166- def _from_openapi_data (cls , id , parent , project , name , file , tags , created_at , updated_at , model_id , ifc_id , user_permission , * args , ** kwargs ): # noqa: E501
161+ def _from_openapi_data (cls , id , project , name , file , tags , created_at , updated_at , model_id , ifc_id , user_permission , * args , ** kwargs ): # noqa: E501
167162 """Document - a model defined in OpenAPI
168163
169164 Args:
170165 id (int):
171- parent (bool, date, datetime, dict, float, int, list, str, none_type):
172166 project (int):
173167 name (str): Shown name of the file
174168 file (str):
@@ -243,7 +237,6 @@ def _from_openapi_data(cls, id, parent, project, name, file, tags, created_at, u
243237 self ._visited_composed_classes = _visited_composed_classes + (self .__class__ ,)
244238
245239 self .id = id
246- self .parent = parent
247240 self .project = project
248241 self .name = name
249242 self .file = file
0 commit comments