File tree Expand file tree Collapse file tree
src/cloudflare/types/billing Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11configured_endpoints : 2307
2- openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare/cloudflare-30cc72a59aa7c6decd41d038b42249617e6713a08a4f375bb6f0e904d08c01f5 .yml
3- openapi_spec_hash : 57bb0cb8db5b803654160bc4451ea9be
2+ openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare/cloudflare-774615a3ce44b5eb565859bf51c5943af86fde77b7d12b7d796892d6203dc330 .yml
3+ openapi_spec_hash : 0a8f757d1f412c1d81fb1ecf4bfba78b
44config_hash : aed7aa51410f7a92236320eb8c9040f1
Original file line number Diff line number Diff line change @@ -54,5 +54,11 @@ class UsagePaygoResponseItem(BaseModel):
5454 service_family_name : Optional [str ] = FieldInfo (alias = "ServiceFamilyName" , default = None )
5555 """Identifies the product family for the Cloudflare service."""
5656
57+ zone_id : Optional [str ] = FieldInfo (alias = "ZoneId" , default = None )
58+ """The identifier for the Cloudflare zone (zone tag)."""
59+
60+ zone_name : Optional [str ] = FieldInfo (alias = "ZoneName" , default = None )
61+ """The display name of the Cloudflare zone."""
62+
5763
5864UsagePaygoResponse : TypeAlias = List [UsagePaygoResponseItem ]
You can’t perform that action at this time.
0 commit comments