File tree 3 files changed +3
-5
lines changed
src/cloudflare/types/network_interconnects
3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 1
1
configured_endpoints : 1565
2
- openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-fbf59cc5a64574f18765fa3429aeda35824a484f16e252f1dfacc9e05bb573ab .yml
2
+ openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-ab5b709162ed7262b734721d678b71653c56471a83e49987cc9ed462a1e601ca .yml
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
4
3
5
4
from ..._models import BaseModel
6
5
7
6
__all__ = ["SettingGetResponse" ]
8
7
9
8
10
9
class SettingGetResponse (BaseModel ):
11
- default_asn : Optional [ int ] = None
10
+ default_asn : int
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
4
3
5
4
from ..._models import BaseModel
6
5
7
6
__all__ = ["SettingUpdateResponse" ]
8
7
9
8
10
9
class SettingUpdateResponse (BaseModel ):
11
- default_asn : Optional [ int ] = None
10
+ default_asn : int
You can’t perform that action at this time.
0 commit comments