File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
scaleway-async/scaleway_async/edge_services/v1alpha1
scaleway/scaleway/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:
765765
766766 current_plan_cache_usage : int
767767 """
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.
769769 """
770770
771771 extra_cache_usage : int
772772 """
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.
774774 """
775775
776776 current_plan : Optional [PlanDetails ]
Original file line number Diff line number Diff 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 (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.
769769 """
770770
771771 extra_cache_usage : int
772772 """
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.
774774 """
775775
776776 current_plan : Optional [PlanDetails ]
You can’t perform that action at this time.
0 commit comments