File tree Expand file tree Collapse file tree
src/cloudflare/types/cloudforce_one Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11configured_endpoints : 1782
2- openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-0b4c0330087402b19fe37773b4d18a5e41484cc85ab48137362f942d75f1ac70 .yml
3- openapi_spec_hash : 5262d319f34f75f10ba929e00af12ba5
2+ openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-1a153ca4eacb45553c9af7ce24f4bbad169f877ab0dfd123a1bbe070f3956134 .yml
3+ openapi_spec_hash : ed9973218349279ce585e175e731ec9b
44config_hash : eda5b3d9487ce675d1fadf88153b457d
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 List
4-
5- from pydantic import Field as FieldInfo
6-
73from ..._models import BaseModel
84
95__all__ = ["BinaryStorageCreateResponse" ]
106
117
128class BinaryStorageCreateResponse (BaseModel ):
13- account_ids : List [str ] = FieldInfo (alias = "accountIds" )
14-
159 content_type : str
1610
17- filenames : List [str ]
18-
19- first_seen : float
20-
21- is_private : bool
22-
2311 md5 : str
2412
2513 sha1 : str
You can’t perform that action at this time.
0 commit comments