File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed
src/cloudflare/types/network_interconnects Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 11configured_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 11# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22
3- from typing import Optional
43
54from ..._models import BaseModel
65
76__all__ = ["SettingGetResponse" ]
87
98
109class SettingGetResponse (BaseModel ):
11- default_asn : Optional [ int ] = None
10+ default_asn : int
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
43
54from ..._models import BaseModel
65
76__all__ = ["SettingUpdateResponse" ]
87
98
109class SettingUpdateResponse (BaseModel ):
11- default_asn : Optional [ int ] = None
10+ default_asn : int
You can’t perform that action at this time.
0 commit comments