File tree 2 files changed +4
-12
lines changed
src/cloudflare/types/workers
2 files changed +4
-12
lines changed Original file line number Diff line number Diff line change 1
1
configured_endpoints : 1706
2
- openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-b47ec2ca26cc834d6cd0d00db3642404f1f7fea44d959cb0a8013e06a6acf42f .yml
3
- openapi_spec_hash : c389954d86769e1178f6d55fbf493db5
2
+ openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-1b1fe60e95f0d4778d64a42e40d99f56480daeb3dd0930a5a961686190558bf1 .yml
3
+ openapi_spec_hash : ac2161711020e1071541b1fe82b66120
4
4
config_hash : 67f412c990647f3cb598378fa22a9db5
Original file line number Diff line number Diff line change 1
1
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
2
3
+ from typing import Optional
3
4
4
5
from ..._models import BaseModel
5
6
6
7
__all__ = ["RouteDeleteResponse" ]
7
8
8
9
9
10
class RouteDeleteResponse (BaseModel ):
10
- id : str
11
+ id : Optional [ str ] = None
11
12
"""Identifier."""
12
-
13
- pattern : str
14
- """Pattern to match incoming requests against.
15
-
16
- [Learn more](https://developers.cloudflare.com/workers/configuration/routing/routes/#matching-behavior).
17
- """
18
-
19
- script : str
20
- """Name of the script to run if the route matches."""
You can’t perform that action at this time.
0 commit comments