File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11configured_endpoints : 523
2- openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/gcore%2Fgcore-698f6e25022abbe89e2e5e1dd25d882f75001f469dd8a6ff26cbf726eadd9bc2 .yml
3- openapi_spec_hash : 5999cb3b726ce1b7b3d44594bddf8d25
2+ openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/gcore%2Fgcore-73daaa52c3abe2ede71458fb16b9c50e20fbb16133b90b3e7b7f516277532da5 .yml
3+ openapi_spec_hash : e226b124391b1e9f62b9c1ddae64d5c9
44config_hash : 28b1157595821f9f0eb3e9f3ea690703
Original file line number Diff line number Diff line change 1111
1212
1313class FloatingIP (BaseModel ):
14- id : Optional [ str ] = None
14+ id : str
1515 """Floating IP ID"""
1616
1717 created_at : datetime
Original file line number Diff line number Diff line change @@ -153,7 +153,7 @@ class Instance(BaseModel):
153153
154154
155155class FloatingIPDetailed (BaseModel ):
156- id : Optional [ str ] = None
156+ id : str
157157 """Floating IP ID"""
158158
159159 created_at : datetime
You can’t perform that action at this time.
0 commit comments