Skip to content

Commit bb67c06

Browse files
authored
docs(edge_services): update description for billing endpoint (scaleway#2370)
1 parent 35c11c7 commit bb67c06

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

api/edge_services/v1alpha1/edge_services_sdk.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1225,16 +1225,16 @@ type GetBillingResponse struct {
12251225
// PipelineNumber: total number of pipelines currently configured.
12261226
PipelineNumber uint32 `json:"pipeline_number"`
12271227

1228-
// ExtraPipelinesCost: cost to date (this month) of pipelines not included in the subscription plan.
1228+
// ExtraPipelinesCost: cost to date (this month) of pipelines not included in the subscription plans.
12291229
ExtraPipelinesCost *scw.Money `json:"extra_pipelines_cost"`
12301230

1231-
// CurrentPlanCacheUsage: total amount of data egressed from the cache in gigabytes from the beginning of the month, included in the active subscription plan.
1231+
// CurrentPlanCacheUsage: total amount of data egressed from the cache in gigabytes from the beginning of the month, for the active subscription plan.
12321232
CurrentPlanCacheUsage uint64 `json:"current_plan_cache_usage"`
12331233

1234-
// ExtraCacheUsage: total amount of extra data egressed from cache in gigabytes from the beginning of the month, not included in the active subscription plan.
1234+
// ExtraCacheUsage: total amount of extra data egressed from cache in gigabytes from the beginning of the month, not included in the subscription plans.
12351235
ExtraCacheUsage uint64 `json:"extra_cache_usage"`
12361236

1237-
// ExtraCacheCost: cost to date (this month) of the data egressed from the cache that is not included in the active subscription plan.
1237+
// ExtraCacheCost: cost to date (this month) of the data egressed from the cache that is not included in the subscription plans.
12381238
ExtraCacheCost *scw.Money `json:"extra_cache_cost"`
12391239

12401240
// TotalCost: total cost to date (this month) of all Edge Services resources including active subscription plan, previously active plans, extra pipelines and extra egress cache data.

0 commit comments

Comments
 (0)