File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
scaleway-async/scaleway_async/edge_services/v1alpha1
scaleway/scaleway/edge_services/v1alpha1 Expand file tree Collapse file tree 2 files changed +8
-8
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 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 ]
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 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 ]
You can’t perform that action at this time.
0 commit comments