You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/datadog_api_client/v1/model/usage_summary_response.py
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -695,7 +695,7 @@ def __init__(
695
695
:param cspm_container_avg_sum: Shows the average number of Cloud Security Management Pro containers over all hours in the current month for all organizations.
696
696
:type cspm_container_avg_sum: int, optional
697
697
698
-
:param cspm_container_hwm_sum: Shows the sum of the the high-water marks of Cloud Security Management Pro containers over all hours in the current month for all organizations.
698
+
:param cspm_container_hwm_sum: Shows the sum of the high-water marks of Cloud Security Management Pro containers over all hours in the current month for all organizations.
699
699
:type cspm_container_hwm_sum: int, optional
700
700
701
701
:param cspm_gcp_host_top99p_sum: Shows the 99th percentile of all Cloud Security Management Pro GCP hosts over all hours in the current month for all organizations.
@@ -827,7 +827,7 @@ def __init__(
827
827
:param heroku_host_top99p_sum: Shows the 99th percentile of all Heroku dynos over all hours in the current month for all organizations.
828
828
:type heroku_host_top99p_sum: int, optional
829
829
830
-
:param incident_management_monthly_active_users_hwm_sum: Shows sum of the the high-water marks of incident management monthly active users in the current month for all organizations.
830
+
:param incident_management_monthly_active_users_hwm_sum: Shows sum of the high-water marks of incident management monthly active users in the current month for all organizations.
:param indexed_events_count_agg_sum: Shows the sum of all log events indexed over all hours in the current month for all organizations (To be deprecated on October 1st, 2024). **Deprecated**.
@@ -845,7 +845,7 @@ def __init__(
845
845
:param iot_device_top99p_sum: Shows the 99th percentile of all IoT devices over all hours in the current month of all organizations.
846
846
:type iot_device_top99p_sum: int, optional
847
847
848
-
:param last_updated: Shows the the most recent hour in the current month for all organizations for which all usages were calculated.
848
+
:param last_updated: Shows the most recent hour in the current month for all organizations for which all usages were calculated.
849
849
:type last_updated: datetime, optional
850
850
851
851
:param live_indexed_events_agg_sum: Shows the sum of all live logs indexed over all hours in the current month for all organization (To be deprecated on October 1st, 2024). **Deprecated**.
0 commit comments