File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
scaleway/scaleway/edge_services/v1alpha1
scaleway-async/scaleway_async/edge_services/v1alpha1 Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -765,12 +765,12 @@ class GetBillingResponse:
765
765
766
766
current_plan_cache_usage : int
767
767
"""
768
- Total amount of data egressed from the cache (this month) , included in the active subscription plan.
768
+ Total amount of data egressed from the cache in gigabytes from the beginning of the month, included in the active subscription plan.
769
769
"""
770
770
771
771
extra_cache_usage : int
772
772
"""
773
- Total amount of data egressed from cache (this 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 active subscription plan.
774
774
"""
775
775
776
776
current_plan : Optional [PlanDetails ]
Original file line number Diff line number Diff line change @@ -765,12 +765,12 @@ class GetBillingResponse:
765
765
766
766
current_plan_cache_usage : int
767
767
"""
768
- Total amount of data egressed from the cache (this month) , included in the active subscription plan.
768
+ Total amount of data egressed from the cache in gigabytes from the beginning of the month, included in the active subscription plan.
769
769
"""
770
770
771
771
extra_cache_usage : int
772
772
"""
773
- Total amount of data egressed from cache (this 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 active subscription plan.
774
774
"""
775
775
776
776
current_plan : Optional [PlanDetails ]
You can’t perform that action at this time.
0 commit comments