File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed
Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 11configured_endpoints : 48
2- openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/imagekit-inc%2Fimagekit-f2eb530f43b355f7ddab66187e45e4ca6da195825b66ea193bbf38acd3deb055 .yml
3- openapi_spec_hash : 2137c56fcf6ae4c09fcac2891b35f789
2+ openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/imagekit-inc%2Fimagekit-13fc3d7cafdea492f62eef7c1d63424d6d9d8adbff74b9f6ca6fd3fc12a36840 .yml
3+ openapi_spec_hash : a1fe6fa48207791657a1ea2d60a6dfcc
44config_hash : 47cb702ee2cb52c58d803ae39ade9b44
Original file line number Diff line number Diff line change 11# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22
3- from typing import Optional
3+ from typing import Dict , Optional
44from datetime import datetime
55from typing_extensions import Literal
66
@@ -18,6 +18,12 @@ class Folder(BaseModel):
1818 The date and time is in ISO8601 format.
1919 """
2020
21+ custom_metadata : Optional [Dict [str , object ]] = FieldInfo (alias = "customMetadata" , default = None )
22+ """An object with custom metadata for the folder.
23+
24+ Returns empty object if no custom metadata is set.
25+ """
26+
2127 folder_id : Optional [str ] = FieldInfo (alias = "folderId" , default = None )
2228 """Unique identifier of the asset."""
2329
You can’t perform that action at this time.
0 commit comments