Skip to content

Commit ff19198

Browse files
authored
docs(edge_services): update description for billing endpoint (scaleway#803)
1 parent 6859ae8 commit ff19198

File tree

2 files changed

+8
-8
lines changed
  • scaleway-async/scaleway_async/edge_services/v1alpha1
  • scaleway/scaleway/edge_services/v1alpha1

2 files changed

+8
-8
lines changed

scaleway-async/scaleway_async/edge_services/v1alpha1/types.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -765,12 +765,12 @@ class GetBillingResponse:
765765

766766
current_plan_cache_usage: int
767767
"""
768-
Total amount of data egressed from the cache in gigabytes from the beginning of the month, included in the active subscription plan.
768+
Total amount of data egressed from the cache in gigabytes from the beginning of the month, for the active subscription plan.
769769
"""
770770

771771
extra_cache_usage: int
772772
"""
773-
Total amount of extra data egressed from cache in gigabytes from the beginning of the month, not included in the active subscription plan.
773+
Total amount of extra data egressed from cache in gigabytes from the beginning of the month, not included in the subscription plans.
774774
"""
775775

776776
current_plan: Optional[PlanDetails]
@@ -785,12 +785,12 @@ class GetBillingResponse:
785785

786786
extra_pipelines_cost: Optional[Money]
787787
"""
788-
Cost to date (this month) of pipelines not included in the subscription plan.
788+
Cost to date (this month) of pipelines not included in the subscription plans.
789789
"""
790790

791791
extra_cache_cost: Optional[Money]
792792
"""
793-
Cost to date (this month) of the data egressed from the cache that is not included in the active subscription plan.
793+
Cost to date (this month) of the data egressed from the cache that is not included in the subscription plans.
794794
"""
795795

796796
total_cost: Optional[Money]

scaleway/scaleway/edge_services/v1alpha1/types.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -765,12 +765,12 @@ class GetBillingResponse:
765765

766766
current_plan_cache_usage: int
767767
"""
768-
Total amount of data egressed from the cache in gigabytes from the beginning of the month, included in the active subscription plan.
768+
Total amount of data egressed from the cache in gigabytes from the beginning of the month, for the active subscription plan.
769769
"""
770770

771771
extra_cache_usage: int
772772
"""
773-
Total amount of extra data egressed from cache in gigabytes from the beginning of the month, not included in the active subscription plan.
773+
Total amount of extra data egressed from cache in gigabytes from the beginning of the month, not included in the subscription plans.
774774
"""
775775

776776
current_plan: Optional[PlanDetails]
@@ -785,12 +785,12 @@ class GetBillingResponse:
785785

786786
extra_pipelines_cost: Optional[Money]
787787
"""
788-
Cost to date (this month) of pipelines not included in the subscription plan.
788+
Cost to date (this month) of pipelines not included in the subscription plans.
789789
"""
790790

791791
extra_cache_cost: Optional[Money]
792792
"""
793-
Cost to date (this month) of the data egressed from the cache that is not included in the active subscription plan.
793+
Cost to date (this month) of the data egressed from the cache that is not included in the subscription plans.
794794
"""
795795

796796
total_cost: Optional[Money]

0 commit comments

Comments
 (0)