File tree Expand file tree Collapse file tree
src/cloudflare/types/zero_trust/gateway Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11configured_endpoints : 1780
2- openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-5997d66d1cb9cde95c412ad1ad1ad9a5b63a066f0a453a5f96e40e5d9c5192ca .yml
3- openapi_spec_hash : b38dcd3eea422e41e45f5fe85ecd15eb
2+ openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-4d23d05052d02bb368fe9c777172efa371c6be9d1855f3851d42f89c05b57370 .yml
3+ openapi_spec_hash : 57e8b58a5c0f3ffa1dfb7a9e68486641
44config_hash : d0e248ca79b5e8c02f412a9f5cbf5fc5
Original file line number Diff line number Diff line change @@ -67,3 +67,6 @@ class BlockPageSettings(BaseModel):
6767
6868 target_uri : Optional [str ] = None
6969 """If mode is redirect_uri: URI to which the user should be redirected."""
70+
71+ version : Optional [int ] = None
72+ """Version number of the setting"""
Original file line number Diff line number Diff line change @@ -22,3 +22,6 @@ class ExtendedEmailMatching(BaseModel):
2222
2323 source_account : Optional [str ] = None
2424 """Account tag of account that shared this setting"""
25+
26+ version : Optional [int ] = None
27+ """Version number of the setting"""
You can’t perform that action at this time.
0 commit comments