Skip to content

Commit 2e7856d

Browse files
committed
chore(r2): update generated types
1 parent 771c7e4 commit 2e7856d

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

src/cloudflare/types/r2/bucket_list_response.py

100755100644
File mode changed.

src/cloudflare/types/r2/buckets/domains/custom_create_response.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ class CustomCreateResponse(BaseModel):
1717
enabled: bool
1818
"""Whether this bucket is publicly accessible at the specified custom domain."""
1919

20+
zone_id: str = FieldInfo(alias="zoneId")
21+
"""Zone ID of the custom domain."""
22+
2023
ciphers: Optional[List[str]] = None
2124
"""An allowlist of ciphers for TLS termination.
2225

0 commit comments

Comments
 (0)