@@ -96,6 +96,8 @@ type MonthlyUsageAttributionValues struct {
9696 CwsHostsUsage * float64 `json:"cws_hosts_usage,omitempty"`
9797 // The Data Jobs Monitoring usage by tag(s).
9898 DataJobsMonitoringUsage * float64 `json:"data_jobs_monitoring_usage,omitempty"`
99+ // The Data Stream Monitoring usage by tag(s).
100+ DataStreamMonitoringUsage * float64 `json:"data_stream_monitoring_usage,omitempty"`
99101 // The percentage of Database Monitoring host usage by tag(s).
100102 DbmHostsPercentage * float64 `json:"dbm_hosts_percentage,omitempty"`
101103 // The Database Monitoring host usage by tag(s).
@@ -1514,6 +1516,34 @@ func (o *MonthlyUsageAttributionValues) SetDataJobsMonitoringUsage(v float64) {
15141516 o .DataJobsMonitoringUsage = & v
15151517}
15161518
1519+ // GetDataStreamMonitoringUsage returns the DataStreamMonitoringUsage field value if set, zero value otherwise.
1520+ func (o * MonthlyUsageAttributionValues ) GetDataStreamMonitoringUsage () float64 {
1521+ if o == nil || o .DataStreamMonitoringUsage == nil {
1522+ var ret float64
1523+ return ret
1524+ }
1525+ return * o .DataStreamMonitoringUsage
1526+ }
1527+
1528+ // GetDataStreamMonitoringUsageOk returns a tuple with the DataStreamMonitoringUsage field value if set, nil otherwise
1529+ // and a boolean to check if the value has been set.
1530+ func (o * MonthlyUsageAttributionValues ) GetDataStreamMonitoringUsageOk () (* float64 , bool ) {
1531+ if o == nil || o .DataStreamMonitoringUsage == nil {
1532+ return nil , false
1533+ }
1534+ return o .DataStreamMonitoringUsage , true
1535+ }
1536+
1537+ // HasDataStreamMonitoringUsage returns a boolean if a field has been set.
1538+ func (o * MonthlyUsageAttributionValues ) HasDataStreamMonitoringUsage () bool {
1539+ return o != nil && o .DataStreamMonitoringUsage != nil
1540+ }
1541+
1542+ // SetDataStreamMonitoringUsage gets a reference to the given float64 and assigns it to the DataStreamMonitoringUsage field.
1543+ func (o * MonthlyUsageAttributionValues ) SetDataStreamMonitoringUsage (v float64 ) {
1544+ o .DataStreamMonitoringUsage = & v
1545+ }
1546+
15171547// GetDbmHostsPercentage returns the DbmHostsPercentage field value if set, zero value otherwise.
15181548func (o * MonthlyUsageAttributionValues ) GetDbmHostsPercentage () float64 {
15191549 if o == nil || o .DbmHostsPercentage == nil {
@@ -4337,6 +4367,9 @@ func (o MonthlyUsageAttributionValues) MarshalJSON() ([]byte, error) {
43374367 if o .DataJobsMonitoringUsage != nil {
43384368 toSerialize ["data_jobs_monitoring_usage" ] = o .DataJobsMonitoringUsage
43394369 }
4370+ if o .DataStreamMonitoringUsage != nil {
4371+ toSerialize ["data_stream_monitoring_usage" ] = o .DataStreamMonitoringUsage
4372+ }
43404373 if o .DbmHostsPercentage != nil {
43414374 toSerialize ["dbm_hosts_percentage" ] = o .DbmHostsPercentage
43424375 }
@@ -4678,6 +4711,7 @@ func (o *MonthlyUsageAttributionValues) UnmarshalJSON(bytes []byte) (err error)
46784711 CwsHostsPercentage * float64 `json:"cws_hosts_percentage,omitempty"`
46794712 CwsHostsUsage * float64 `json:"cws_hosts_usage,omitempty"`
46804713 DataJobsMonitoringUsage * float64 `json:"data_jobs_monitoring_usage,omitempty"`
4714+ DataStreamMonitoringUsage * float64 `json:"data_stream_monitoring_usage,omitempty"`
46814715 DbmHostsPercentage * float64 `json:"dbm_hosts_percentage,omitempty"`
46824716 DbmHostsUsage * float64 `json:"dbm_hosts_usage,omitempty"`
46834717 DbmQueriesPercentage * float64 `json:"dbm_queries_percentage,omitempty"`
@@ -4780,7 +4814,7 @@ func (o *MonthlyUsageAttributionValues) UnmarshalJSON(bytes []byte) (err error)
47804814 }
47814815 additionalProperties := make (map [string ]interface {})
47824816 if err = datadog .Unmarshal (bytes , & additionalProperties ); err == nil {
4783- datadog .DeleteKeys (additionalProperties , & []string {"api_percentage" , "api_usage" , "apm_fargate_percentage" , "apm_fargate_usage" , "apm_host_percentage" , "apm_host_usage" , "apm_usm_percentage" , "apm_usm_usage" , "appsec_fargate_percentage" , "appsec_fargate_usage" , "appsec_percentage" , "appsec_usage" , "asm_serverless_traced_invocations_percentage" , "asm_serverless_traced_invocations_usage" , "browser_percentage" , "browser_usage" , "ci_pipeline_indexed_spans_percentage" , "ci_pipeline_indexed_spans_usage" , "ci_test_indexed_spans_percentage" , "ci_test_indexed_spans_usage" , "ci_visibility_itr_percentage" , "ci_visibility_itr_usage" , "cloud_siem_percentage" , "cloud_siem_usage" , "container_excl_agent_percentage" , "container_excl_agent_usage" , "container_percentage" , "container_usage" , "cspm_containers_percentage" , "cspm_containers_usage" , "cspm_hosts_percentage" , "cspm_hosts_usage" , "custom_event_percentage" , "custom_event_usage" , "custom_ingested_timeseries_percentage" , "custom_ingested_timeseries_usage" , "custom_timeseries_percentage" , "custom_timeseries_usage" , "cws_containers_percentage" , "cws_containers_usage" , "cws_hosts_percentage" , "cws_hosts_usage" , "data_jobs_monitoring_usage" , "dbm_hosts_percentage" , "dbm_hosts_usage" , "dbm_queries_percentage" , "dbm_queries_usage" , "error_tracking_percentage" , "error_tracking_usage" , "estimated_indexed_logs_percentage" , "estimated_indexed_logs_usage" , "estimated_indexed_spans_percentage" , "estimated_indexed_spans_usage" , "estimated_ingested_logs_percentage" , "estimated_ingested_logs_usage" , "estimated_ingested_spans_percentage" , "estimated_ingested_spans_usage" , "estimated_rum_sessions_percentage" , "estimated_rum_sessions_usage" , "fargate_percentage" , "fargate_usage" , "functions_percentage" , "functions_usage" , "incident_management_monthly_active_users_percentage" , "incident_management_monthly_active_users_usage" , "indexed_spans_percentage" , "indexed_spans_usage" , "infra_host_percentage" , "infra_host_usage" , "ingested_logs_bytes_percentage" , "ingested_logs_bytes_usage" , "ingested_spans_bytes_percentage" , "ingested_spans_bytes_usage" , "invocations_percentage" , "invocations_usage" , "lambda_traced_invocations_percentage" , "lambda_traced_invocations_usage" , "logs_indexed_15day_percentage" , "logs_indexed_15day_usage" , "logs_indexed_180day_percentage" , "logs_indexed_180day_usage" , "logs_indexed_1day_percentage" , "logs_indexed_1day_usage" , "logs_indexed_30day_percentage" , "logs_indexed_30day_usage" , "logs_indexed_360day_percentage" , "logs_indexed_360day_usage" , "logs_indexed_3day_percentage" , "logs_indexed_3day_usage" , "logs_indexed_45day_percentage" , "logs_indexed_45day_usage" , "logs_indexed_60day_percentage" , "logs_indexed_60day_usage" , "logs_indexed_7day_percentage" , "logs_indexed_7day_usage" , "logs_indexed_90day_percentage" , "logs_indexed_90day_usage" , "logs_indexed_custom_retention_percentage" , "logs_indexed_custom_retention_usage" , "mobile_app_testing_percentage" , "mobile_app_testing_usage" , "ndm_netflow_percentage" , "ndm_netflow_usage" , "npm_host_percentage" , "npm_host_usage" , "obs_pipeline_bytes_percentage" , "obs_pipeline_bytes_usage" , "obs_pipelines_vcpu_percentage" , "obs_pipelines_vcpu_usage" , "online_archive_percentage" , "online_archive_usage" , "profiled_container_percentage" , "profiled_container_usage" , "profiled_fargate_percentage" , "profiled_fargate_usage" , "profiled_host_percentage" , "profiled_host_usage" , "rum_browser_mobile_sessions_percentage" , "rum_browser_mobile_sessions_usage" , "rum_replay_sessions_percentage" , "rum_replay_sessions_usage" , "sca_fargate_percentage" , "sca_fargate_usage" , "sds_scanned_bytes_percentage" , "sds_scanned_bytes_usage" , "serverless_apps_percentage" , "serverless_apps_usage" , "siem_analyzed_logs_add_on_percentage" , "siem_analyzed_logs_add_on_usage" , "siem_ingested_bytes_percentage" , "siem_ingested_bytes_usage" , "snmp_percentage" , "snmp_usage" , "universal_service_monitoring_percentage" , "universal_service_monitoring_usage" , "vuln_management_hosts_percentage" , "vuln_management_hosts_usage" , "workflow_executions_percentage" , "workflow_executions_usage" })
4817+ datadog .DeleteKeys (additionalProperties , & []string {"api_percentage" , "api_usage" , "apm_fargate_percentage" , "apm_fargate_usage" , "apm_host_percentage" , "apm_host_usage" , "apm_usm_percentage" , "apm_usm_usage" , "appsec_fargate_percentage" , "appsec_fargate_usage" , "appsec_percentage" , "appsec_usage" , "asm_serverless_traced_invocations_percentage" , "asm_serverless_traced_invocations_usage" , "browser_percentage" , "browser_usage" , "ci_pipeline_indexed_spans_percentage" , "ci_pipeline_indexed_spans_usage" , "ci_test_indexed_spans_percentage" , "ci_test_indexed_spans_usage" , "ci_visibility_itr_percentage" , "ci_visibility_itr_usage" , "cloud_siem_percentage" , "cloud_siem_usage" , "container_excl_agent_percentage" , "container_excl_agent_usage" , "container_percentage" , "container_usage" , "cspm_containers_percentage" , "cspm_containers_usage" , "cspm_hosts_percentage" , "cspm_hosts_usage" , "custom_event_percentage" , "custom_event_usage" , "custom_ingested_timeseries_percentage" , "custom_ingested_timeseries_usage" , "custom_timeseries_percentage" , "custom_timeseries_usage" , "cws_containers_percentage" , "cws_containers_usage" , "cws_hosts_percentage" , "cws_hosts_usage" , "data_jobs_monitoring_usage" , "data_stream_monitoring_usage" , "dbm_hosts_percentage" , "dbm_hosts_usage" , "dbm_queries_percentage" , "dbm_queries_usage" , "error_tracking_percentage" , "error_tracking_usage" , "estimated_indexed_logs_percentage" , "estimated_indexed_logs_usage" , "estimated_indexed_spans_percentage" , "estimated_indexed_spans_usage" , "estimated_ingested_logs_percentage" , "estimated_ingested_logs_usage" , "estimated_ingested_spans_percentage" , "estimated_ingested_spans_usage" , "estimated_rum_sessions_percentage" , "estimated_rum_sessions_usage" , "fargate_percentage" , "fargate_usage" , "functions_percentage" , "functions_usage" , "incident_management_monthly_active_users_percentage" , "incident_management_monthly_active_users_usage" , "indexed_spans_percentage" , "indexed_spans_usage" , "infra_host_percentage" , "infra_host_usage" , "ingested_logs_bytes_percentage" , "ingested_logs_bytes_usage" , "ingested_spans_bytes_percentage" , "ingested_spans_bytes_usage" , "invocations_percentage" , "invocations_usage" , "lambda_traced_invocations_percentage" , "lambda_traced_invocations_usage" , "logs_indexed_15day_percentage" , "logs_indexed_15day_usage" , "logs_indexed_180day_percentage" , "logs_indexed_180day_usage" , "logs_indexed_1day_percentage" , "logs_indexed_1day_usage" , "logs_indexed_30day_percentage" , "logs_indexed_30day_usage" , "logs_indexed_360day_percentage" , "logs_indexed_360day_usage" , "logs_indexed_3day_percentage" , "logs_indexed_3day_usage" , "logs_indexed_45day_percentage" , "logs_indexed_45day_usage" , "logs_indexed_60day_percentage" , "logs_indexed_60day_usage" , "logs_indexed_7day_percentage" , "logs_indexed_7day_usage" , "logs_indexed_90day_percentage" , "logs_indexed_90day_usage" , "logs_indexed_custom_retention_percentage" , "logs_indexed_custom_retention_usage" , "mobile_app_testing_percentage" , "mobile_app_testing_usage" , "ndm_netflow_percentage" , "ndm_netflow_usage" , "npm_host_percentage" , "npm_host_usage" , "obs_pipeline_bytes_percentage" , "obs_pipeline_bytes_usage" , "obs_pipelines_vcpu_percentage" , "obs_pipelines_vcpu_usage" , "online_archive_percentage" , "online_archive_usage" , "profiled_container_percentage" , "profiled_container_usage" , "profiled_fargate_percentage" , "profiled_fargate_usage" , "profiled_host_percentage" , "profiled_host_usage" , "rum_browser_mobile_sessions_percentage" , "rum_browser_mobile_sessions_usage" , "rum_replay_sessions_percentage" , "rum_replay_sessions_usage" , "sca_fargate_percentage" , "sca_fargate_usage" , "sds_scanned_bytes_percentage" , "sds_scanned_bytes_usage" , "serverless_apps_percentage" , "serverless_apps_usage" , "siem_analyzed_logs_add_on_percentage" , "siem_analyzed_logs_add_on_usage" , "siem_ingested_bytes_percentage" , "siem_ingested_bytes_usage" , "snmp_percentage" , "snmp_usage" , "universal_service_monitoring_percentage" , "universal_service_monitoring_usage" , "vuln_management_hosts_percentage" , "vuln_management_hosts_usage" , "workflow_executions_percentage" , "workflow_executions_usage" })
47844818 } else {
47854819 return err
47864820 }
@@ -4827,6 +4861,7 @@ func (o *MonthlyUsageAttributionValues) UnmarshalJSON(bytes []byte) (err error)
48274861 o .CwsHostsPercentage = all .CwsHostsPercentage
48284862 o .CwsHostsUsage = all .CwsHostsUsage
48294863 o .DataJobsMonitoringUsage = all .DataJobsMonitoringUsage
4864+ o .DataStreamMonitoringUsage = all .DataStreamMonitoringUsage
48304865 o .DbmHostsPercentage = all .DbmHostsPercentage
48314866 o .DbmHostsUsage = all .DbmHostsUsage
48324867 o .DbmQueriesPercentage = all .DbmQueriesPercentage
0 commit comments