@@ -66,14 +66,6 @@ class ElementsGroup(ModelNormal):
66
66
'max_length' : 255 ,
67
67
'min_length' : 1 ,
68
68
},
69
- ('ancillary_path' ,): {
70
- 'max_length' : 1 ,
71
- 'min_length' : 1 ,
72
- },
73
- ('ancillary_path_read_only' ,): {
74
- 'max_length' : 1 ,
75
- 'min_length' : 1 ,
76
- },
77
69
('ldap_dn' ,): {
78
70
'max_length' : 255 ,
79
71
},
@@ -115,8 +107,6 @@ def openapi_types():
115
107
'name' : (str ,), # noqa: E501
116
108
'members' : ([int ],), # noqa: E501
117
109
'permissions' : ([str , none_type ],), # noqa: E501
118
- 'ancillary_path' : (str , none_type ,), # noqa: E501
119
- 'ancillary_path_read_only' : (str , none_type ,), # noqa: E501
120
110
'ldap_dn' : (str , none_type ,), # noqa: E501
121
111
'unix_groupname' : (str , none_type ,), # noqa: E501
122
112
'gid' : (int , none_type ,), # noqa: E501
@@ -135,8 +125,6 @@ def discriminator():
135
125
'name' : 'name' , # noqa: E501
136
126
'members' : 'members' , # noqa: E501
137
127
'permissions' : 'permissions' , # noqa: E501
138
- 'ancillary_path' : 'ancillary_path' , # noqa: E501
139
- 'ancillary_path_read_only' : 'ancillary_path_read_only' , # noqa: E501
140
128
'ldap_dn' : 'ldap_dn' , # noqa: E501
141
129
'unix_groupname' : 'unix_groupname' , # noqa: E501
142
130
'gid' : 'gid' , # noqa: E501
@@ -146,8 +134,6 @@ def discriminator():
146
134
read_only_vars = {
147
135
'members_preview' , # noqa: E501
148
136
'effective_permissions' , # noqa: E501
149
- 'ancillary_path' , # noqa: E501
150
- 'ancillary_path_read_only' , # noqa: E501
151
137
}
152
138
153
139
_composed_schemas = {}
@@ -196,8 +182,6 @@ def _from_openapi_data(cls, id, members_preview, effective_permissions, name, me
196
182
through its discriminator because we passed in
197
183
_visited_composed_classes = (Animal,)
198
184
permissions ([str, none_type]): [optional] # noqa: E501
199
- ancillary_path (str, none_type): [optional] # noqa: E501
200
- ancillary_path_read_only (str, none_type): [optional] # noqa: E501
201
185
ldap_dn (str, none_type): [optional] # noqa: E501
202
186
unix_groupname (str, none_type): [optional] # noqa: E501
203
187
gid (int, none_type): [optional] # noqa: E501
@@ -296,8 +280,6 @@ def __init__(self, id, name, members, *args, **xkwargs): # noqa: E501
296
280
through its discriminator because we passed in
297
281
_visited_composed_classes = (Animal,)
298
282
permissions ([str, none_type]): [optional] # noqa: E501
299
- ancillary_path (str, none_type): [optional] # noqa: E501
300
- ancillary_path_read_only (str, none_type): [optional] # noqa: E501
301
283
ldap_dn (str, none_type): [optional] # noqa: E501
302
284
unix_groupname (str, none_type): [optional] # noqa: E501
303
285
gid (int, none_type): [optional] # noqa: E501
0 commit comments