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 : 2276
22openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-a6c352830d1270d0abb5bb983058ea21815e1bb7d2e163965335dcb0e706f057.yml
3- openapi_spec_hash : 8971031a5a99754bad74cc2f51730e51
3+ openapi_spec_hash : f60cc2af36bbe305cda4bc0ad0617ff6
44config_hash : 0148d517bb02129e9e259f11db3933eb
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 List
3+ from typing import List , Optional
44from datetime import datetime
55from typing_extensions import TypeAlias
66
@@ -51,5 +51,8 @@ class UsagePaygoResponseItem(BaseModel):
5151 service_name : str = FieldInfo (alias = "ServiceName" )
5252 """Identifies the Cloudflare service."""
5353
54+ service_family_name : Optional [str ] = FieldInfo (alias = "ServiceFamilyName" , default = None )
55+ """Identifies the product family for the Cloudflare service."""
56+
5457
5558UsagePaygoResponse : TypeAlias = List [UsagePaygoResponseItem ]
You can’t perform that action at this time.
0 commit comments