datadog_api_client 2.55.0 → 2.56.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.generator/schemas/v1/openapi.yaml +186 -0
- data/.generator/schemas/v2/openapi.yaml +6914 -290
- data/CHANGELOG.md +35 -0
- data/examples/v1/logs-pipelines/CreateLogsPipeline_104735144.rb +32 -0
- data/examples/v1/logs-pipelines/CreateLogsPipeline_1185292896.rb +42 -0
- data/examples/v1/logs-pipelines/CreateLogsPipeline_2402034476.rb +29 -0
- data/examples/v1/logs-pipelines/CreateLogsPipeline_3996915493.rb +38 -0
- data/examples/v1/monitors/CreateMonitor_1539578087.rb +1 -0
- data/examples/v2/ci-visibility-pipelines/CreateCIAppPipelineEvent_129899466.rb +1 -1
- data/examples/v2/ci-visibility-pipelines/CreateCIAppPipelineEvent_4007074677.rb +23 -0
- data/examples/v2/cloud-cost-management/DeleteCustomForecast.rb +8 -0
- data/examples/v2/cloud-cost-management/UpsertBudget.rb +14 -0
- data/examples/v2/cloud-cost-management/UpsertCustomForecast.rb +30 -0
- data/examples/v2/code-coverage/GetCodeCoverageBranchSummary.rb +1 -0
- data/examples/v2/code-coverage/GetCodeCoverageCommitSummary.rb +1 -0
- data/examples/v2/feature-flags/CreateVariantForFeatureFlag.rb +11 -0
- data/examples/v2/feature-flags/DeleteVariantFromFeatureFlag.rb +5 -0
- data/examples/v2/feature-flags/UpdateVariantForFeatureFlag.rb +10 -0
- data/examples/v2/governance-controls/GetGovernanceControl.rb +8 -0
- data/examples/v2/governance-controls/ListGovernanceControls.rb +8 -0
- data/examples/v2/governance-controls/UpdateGovernanceControl.rb +22 -0
- data/examples/v2/governance-insights/ListGovernanceInsights.rb +8 -0
- data/examples/v2/metrics/CreateTagIndexingRule.rb +3 -0
- data/examples/v2/metrics/CreateTagIndexingRuleExemption.rb +3 -0
- data/examples/v2/metrics/DeleteTagIndexingRule.rb +3 -0
- data/examples/v2/metrics/DeleteTagIndexingRuleExemption.rb +3 -0
- data/examples/v2/metrics/GetTagIndexingRule.rb +3 -0
- data/examples/v2/metrics/GetTagIndexingRuleExemption.rb +3 -0
- data/examples/v2/metrics/ListTagIndexingRules.rb +3 -0
- data/examples/v2/metrics/ListTagIndexingRulesForMetric.rb +3 -0
- data/examples/v2/metrics/ReorderTagIndexingRules.rb +3 -0
- data/examples/v2/metrics/UpdateTagIndexingRule.rb +3 -0
- data/examples/v2/observability-pipelines/ValidatePipeline_1238441879.rb +61 -0
- data/examples/v2/observability-pipelines/ValidatePipeline_253109967.rb +83 -0
- data/examples/v2/observability-pipelines/ValidatePipeline_337125830.rb +56 -0
- data/examples/v2/observability-pipelines/ValidatePipeline_620504950.rb +66 -0
- data/examples/v2/report-schedules/CreateReportSchedule.rb +1 -1
- data/examples/v2/report-schedules/DeleteReportSchedule.rb +5 -0
- data/examples/v2/report-schedules/GetReportSchedule.rb +5 -0
- data/examples/v2/report-schedules/GetReportSchedulesForResource.rb +5 -0
- data/examples/v2/report-schedules/ListReportSchedules.rb +5 -0
- data/examples/v2/report-schedules/PatchReportSchedule.rb +1 -1
- data/examples/v2/report-schedules/ToggleReportSchedule.rb +14 -0
- data/examples/v2/rum-remote-config/GetRumSdkConfig.rb +8 -0
- data/examples/v2/rum-remote-config/UpdateRumSdkConfig.rb +94 -0
- data/examples/v2/security-monitoring/CreateSecurityFindingsAutomationDueDateRule.rb +33 -0
- data/examples/v2/security-monitoring/CreateSecurityFindingsAutomationMuteRule.rb +27 -0
- data/examples/v2/security-monitoring/CreateSecurityFindingsAutomationTicketCreationRule.rb +29 -0
- data/examples/v2/security-monitoring/DeleteSecurityFindingsAutomationDueDateRule.rb +11 -0
- data/examples/v2/security-monitoring/DeleteSecurityFindingsAutomationMuteRule.rb +11 -0
- data/examples/v2/security-monitoring/DeleteSecurityFindingsAutomationTicketCreationRule.rb +11 -0
- data/examples/v2/security-monitoring/GetSecurityFindingsAutomationDueDateRule.rb +11 -0
- data/examples/v2/security-monitoring/GetSecurityFindingsAutomationMuteRule.rb +11 -0
- data/examples/v2/security-monitoring/GetSecurityFindingsAutomationTicketCreationRule.rb +11 -0
- data/examples/v2/security-monitoring/ImportSecurityVulnerabilities.rb +77 -0
- data/examples/v2/security-monitoring/ListSecurityFindingsAutomationDueDateRules.rb +8 -0
- data/examples/v2/security-monitoring/ListSecurityFindingsAutomationMuteRules.rb +8 -0
- data/examples/v2/security-monitoring/ListSecurityFindingsAutomationTicketCreationRules.rb +8 -0
- data/examples/v2/security-monitoring/ReorderSecurityFindingsAutomationDueDateRules.rb +20 -0
- data/examples/v2/security-monitoring/ReorderSecurityFindingsAutomationMuteRules.rb +20 -0
- data/examples/v2/security-monitoring/ReorderSecurityFindingsAutomationTicketCreationRules.rb +20 -0
- data/examples/v2/security-monitoring/UpdateSecurityFindingsAutomationDueDateRule.rb +36 -0
- data/examples/v2/security-monitoring/UpdateSecurityFindingsAutomationMuteRule.rb +30 -0
- data/examples/v2/security-monitoring/UpdateSecurityFindingsAutomationTicketCreationRule.rb +32 -0
- data/examples/v2/status-pages/EditDegradationUpdate.rb +16 -0
- data/examples/v2/status-pages/SoftDeleteDegradationUpdate.rb +5 -0
- data/examples/v2/test-optimization/UpdateTestOptimizationServiceSettings.rb +7 -2
- data/examples/v2/workflow-automation/CreateWorkflow.rb +1 -1
- data/examples/v2/workflow-automation/UpdateWorkflow.rb +1 -1
- data/lib/datadog_api_client/configuration.rb +39 -1
- data/lib/datadog_api_client/inflector.rb +190 -0
- data/lib/datadog_api_client/v1/models/logs_array_map_arithmetic_sub_processor.rb +186 -0
- data/lib/datadog_api_client/v1/models/logs_array_map_attribute_remapper.rb +211 -0
- data/lib/datadog_api_client/v1/models/logs_array_map_category_sub_processor.rb +178 -0
- data/lib/datadog_api_client/v1/models/logs_array_map_processor.rb +228 -0
- data/lib/datadog_api_client/v1/models/logs_array_map_processor_type.rb +26 -0
- data/lib/datadog_api_client/v1/models/logs_array_map_string_builder_sub_processor.rb +186 -0
- data/lib/datadog_api_client/v1/models/logs_array_map_sub_processor.rb +67 -0
- data/lib/datadog_api_client/v1/models/logs_processor.rb +2 -1
- data/lib/datadog_api_client/v2/api/cloud_cost_management_api.rb +154 -1
- data/lib/datadog_api_client/v2/api/compliance_api.rb +5 -0
- data/lib/datadog_api_client/v2/api/feature_flags_api.rb +229 -0
- data/lib/datadog_api_client/v2/api/governance_controls_api.rb +246 -0
- data/lib/datadog_api_client/v2/api/governance_insights_api.rb +101 -0
- data/lib/datadog_api_client/v2/api/metrics_api.rb +67 -1
- data/lib/datadog_api_client/v2/api/report_schedules_api.rb +362 -0
- data/lib/datadog_api_client/v2/api/rum_remote_config_api.rb +176 -0
- data/lib/datadog_api_client/v2/api/security_monitoring_api.rb +1544 -119
- data/lib/datadog_api_client/v2/api/status_pages_api.rb +159 -0
- data/lib/datadog_api_client/v2/api/test_optimization_api.rb +3 -1
- data/lib/datadog_api_client/v2/models/automation_rule_actor_type.rb +27 -0
- data/lib/datadog_api_client/v2/models/automation_rule_created_by.rb +165 -0
- data/lib/datadog_api_client/v2/models/automation_rule_modified_by.rb +165 -0
- data/lib/datadog_api_client/v2/models/automation_rule_scope.rb +150 -0
- data/lib/datadog_api_client/v2/models/branch_coverage_summary_request_attributes.rb +27 -10
- data/lib/datadog_api_client/v2/models/budget_attributes.rb +41 -1
- data/lib/datadog_api_client/v2/models/budget_attributes_costs.rb +146 -0
- data/lib/datadog_api_client/v2/models/budget_attributes_costs_unit.rb +155 -0
- data/lib/datadog_api_client/v2/models/budget_with_entries_data_attributes_entries_items.rb +11 -1
- data/lib/datadog_api_client/v2/models/budget_with_entries_data_attributes_entries_items_costs.rb +157 -0
- data/lib/datadog_api_client/v2/models/ci_app_pipeline_event_finished_job.rb +427 -0
- data/lib/datadog_api_client/v2/models/ci_app_pipeline_event_in_progress_job.rb +406 -0
- data/lib/datadog_api_client/v2/models/ci_app_pipeline_event_job.rb +36 -399
- data/lib/datadog_api_client/v2/models/ci_app_pipeline_event_job_in_progress_status.rb +26 -0
- data/lib/datadog_api_client/v2/models/commit_coverage_summary_request_attributes.rb +27 -10
- data/lib/datadog_api_client/v2/models/create_backfilled_maintenance_request_data_attributes_updates_items.rb +1 -12
- data/lib/datadog_api_client/v2/models/create_maintenance_request_data_attributes.rb +1 -12
- data/lib/datadog_api_client/v2/models/create_status_page_request_data_attributes.rb +31 -1
- data/lib/datadog_api_client/v2/models/custom_forecast_entry.rb +167 -0
- data/lib/datadog_api_client/v2/models/custom_forecast_entry_tag_filter.rb +144 -0
- data/lib/datadog_api_client/v2/models/custom_forecast_response.rb +123 -0
- data/lib/datadog_api_client/v2/models/custom_forecast_response_data.rb +165 -0
- data/lib/datadog_api_client/v2/models/custom_forecast_response_data_attributes.rb +230 -0
- data/lib/datadog_api_client/v2/models/custom_forecast_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/custom_forecast_upsert_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/custom_forecast_upsert_request_data.rb +154 -0
- data/lib/datadog_api_client/v2/models/custom_forecast_upsert_request_data_attributes.rb +147 -0
- data/lib/datadog_api_client/v2/models/cyclone_dx_bom.rb +221 -0
- data/lib/datadog_api_client/v2/models/cyclone_dx_component.rb +196 -0
- data/lib/datadog_api_client/v2/models/cyclone_dx_component_type.rb +28 -0
- data/lib/datadog_api_client/v2/models/cyclone_dx_metadata.rb +144 -0
- data/lib/datadog_api_client/v2/models/cyclone_dx_metadata_component.rb +143 -0
- data/lib/datadog_api_client/v2/models/cyclone_dx_metadata_tools.rb +125 -0
- data/lib/datadog_api_client/v2/models/cyclone_dx_tool_component.rb +133 -0
- data/lib/datadog_api_client/v2/models/cyclone_dx_vulnerability.rb +237 -0
- data/lib/datadog_api_client/v2/models/cyclone_dx_vulnerability_advisory.rb +105 -0
- data/lib/datadog_api_client/v2/models/cyclone_dx_vulnerability_affects.rb +123 -0
- data/lib/datadog_api_client/v2/models/cyclone_dx_vulnerability_analysis.rb +107 -0
- data/lib/datadog_api_client/v2/models/cyclone_dx_vulnerability_rating.rb +125 -0
- data/lib/datadog_api_client/v2/models/cyclone_dx_vulnerability_reference.rb +115 -0
- data/lib/datadog_api_client/v2/models/cyclone_dx_vulnerability_reference_source.rb +105 -0
- data/lib/datadog_api_client/v2/models/degradation_data_attributes_updates_items.rb +21 -1
- data/lib/datadog_api_client/v2/models/degradation_update.rb +117 -0
- data/lib/datadog_api_client/v2/models/degradation_update_data.rb +153 -0
- data/lib/datadog_api_client/v2/models/degradation_update_data_attributes.rb +167 -0
- data/lib/datadog_api_client/v2/models/degradation_update_data_attributes_components_affected_items.rb +154 -0
- data/lib/datadog_api_client/v2/models/degradation_update_data_relationships.rb +145 -0
- data/lib/datadog_api_client/v2/models/degradation_update_data_relationships_degradation.rb +123 -0
- data/lib/datadog_api_client/v2/models/degradation_update_data_relationships_degradation_data.rb +144 -0
- data/lib/datadog_api_client/v2/models/degradation_update_data_relationships_status_page.rb +123 -0
- data/lib/datadog_api_client/v2/models/degradation_update_data_relationships_status_page_data.rb +144 -0
- data/lib/datadog_api_client/v2/models/degradation_update_data_relationships_user.rb +123 -0
- data/lib/datadog_api_client/v2/models/degradation_update_data_relationships_user_data.rb +144 -0
- data/lib/datadog_api_client/v2/models/degradation_update_included.rb +64 -0
- data/lib/datadog_api_client/v2/models/due_date_from.rb +27 -0
- data/lib/datadog_api_client/v2/models/due_date_per_severity_item.rb +152 -0
- data/lib/datadog_api_client/v2/models/due_date_rule_action.rb +167 -0
- data/lib/datadog_api_client/v2/models/due_date_rule_attributes_create.rb +183 -0
- data/lib/datadog_api_client/v2/models/due_date_rule_attributes_response.rb +278 -0
- data/lib/datadog_api_client/v2/models/due_date_rule_create_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/due_date_rule_data_create.rb +144 -0
- data/lib/datadog_api_client/v2/models/due_date_rule_data_response.rb +165 -0
- data/lib/datadog_api_client/v2/models/due_date_rule_reorder_item.rb +144 -0
- data/lib/datadog_api_client/v2/models/due_date_rule_reorder_request.rb +125 -0
- data/lib/datadog_api_client/v2/models/due_date_rule_response.rb +123 -0
- data/lib/datadog_api_client/v2/models/due_date_rule_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/due_date_rule_update_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/due_date_rules_response.rb +167 -0
- data/lib/datadog_api_client/v2/models/due_date_severity.rb +32 -0
- data/lib/datadog_api_client/v2/models/governance_best_practice_definition.rb +379 -0
- data/lib/datadog_api_client/v2/models/governance_control_attributes.rb +739 -0
- data/lib/datadog_api_client/v2/models/governance_control_data.rb +165 -0
- data/lib/datadog_api_client/v2/models/governance_control_mitigation_definition.rb +309 -0
- data/lib/datadog_api_client/v2/models/governance_control_parameter_definition.rb +272 -0
- data/lib/datadog_api_client/v2/models/governance_control_resource_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/governance_control_response.rb +123 -0
- data/lib/datadog_api_client/v2/models/governance_control_supported_value.rb +144 -0
- data/lib/datadog_api_client/v2/models/governance_control_update_attributes.rb +175 -0
- data/lib/datadog_api_client/v2/models/governance_control_update_data.rb +143 -0
- data/lib/datadog_api_client/v2/models/governance_control_update_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/governance_controls_response.rb +125 -0
- data/lib/datadog_api_client/v2/models/governance_insight_attributes.rb +448 -0
- data/lib/datadog_api_client/v2/models/governance_insight_audit_compute.rb +175 -0
- data/lib/datadog_api_client/v2/models/governance_insight_audit_query.rb +188 -0
- data/lib/datadog_api_client/v2/models/governance_insight_data.rb +165 -0
- data/lib/datadog_api_client/v2/models/governance_insight_event_compute.rb +144 -0
- data/lib/datadog_api_client/v2/models/governance_insight_event_query.rb +156 -0
- data/lib/datadog_api_client/v2/models/governance_insight_metric_query.rb +165 -0
- data/lib/datadog_api_client/v2/models/governance_insight_percentage_query.rb +144 -0
- data/lib/datadog_api_client/v2/models/governance_insight_query_config.rb +175 -0
- data/lib/datadog_api_client/v2/models/governance_insight_resource_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/governance_insight_usage_query.rb +144 -0
- data/lib/datadog_api_client/v2/models/governance_insights_response.rb +125 -0
- data/lib/datadog_api_client/v2/models/metric.rb +12 -2
- data/lib/datadog_api_client/v2/models/metric_ingested_indexed_volume_attributes.rb +2 -2
- data/lib/datadog_api_client/v2/models/metric_relationships.rb +105 -0
- data/lib/datadog_api_client/v2/models/metric_tag_configuration.rb +11 -1
- data/lib/datadog_api_client/v2/models/metric_volumes_relationship.rb +105 -0
- data/lib/datadog_api_client/v2/models/metric_volumes_relationship_data.rb +115 -0
- data/lib/datadog_api_client/v2/models/metrics_and_metric_tag_configurations_response.rb +13 -1
- data/lib/datadog_api_client/v2/models/mute_reason.rb +31 -0
- data/lib/datadog_api_client/v2/models/mute_rule_action.rb +154 -0
- data/lib/datadog_api_client/v2/models/mute_rule_attributes_create.rb +183 -0
- data/lib/datadog_api_client/v2/models/mute_rule_attributes_response.rb +278 -0
- data/lib/datadog_api_client/v2/models/mute_rule_create_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/mute_rule_data_create.rb +144 -0
- data/lib/datadog_api_client/v2/models/mute_rule_data_response.rb +165 -0
- data/lib/datadog_api_client/v2/models/mute_rule_reorder_item.rb +144 -0
- data/lib/datadog_api_client/v2/models/mute_rule_reorder_request.rb +125 -0
- data/lib/datadog_api_client/v2/models/mute_rule_response.rb +123 -0
- data/lib/datadog_api_client/v2/models/mute_rule_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/mute_rule_update_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/mute_rules_response.rb +167 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_clickhouse_destination.rb +318 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_clickhouse_destination_auth.rb +144 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_clickhouse_destination_auth_strategy.rb +26 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_clickhouse_destination_batch.rb +148 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_clickhouse_destination_batch_encoding.rb +135 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_clickhouse_destination_batch_encoding_codec.rb +26 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_clickhouse_destination_compression.rb +65 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_clickhouse_destination_compression_algorithm.rb +27 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_clickhouse_destination_compression_object.rb +149 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_clickhouse_destination_format.rb +33 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_clickhouse_destination_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_cloud_prem_destination.rb +11 -1
- data/lib/datadog_api_client/v2/models/observability_pipeline_config_destination_item.rb +1 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_config_source_item.rb +1 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_websocket_source.rb +248 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_websocket_source_auth_strategy.rb +29 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_websocket_source_tls.rb +63 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_websocket_source_tls_enabled.rb +123 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_websocket_source_tls_enabled_mode.rb +26 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_websocket_source_tls_with_client_cert.rb +174 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_websocket_source_tls_with_client_cert_mode.rb +26 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_websocket_source_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/patch_degradation_update_request.rb +105 -0
- data/lib/datadog_api_client/v2/models/patch_degradation_update_request_data.rb +143 -0
- data/lib/datadog_api_client/v2/models/patch_degradation_update_request_data_attributes.rb +115 -0
- data/lib/datadog_api_client/v2/models/patch_degradation_update_request_data_attributes_status.rb +28 -0
- data/lib/datadog_api_client/v2/models/patch_degradation_update_request_data_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/patch_status_page_request_data_attributes.rb +21 -1
- data/lib/datadog_api_client/v2/models/report_schedule_included_resource.rb +2 -1
- data/lib/datadog_api_client/v2/models/report_schedule_included_resource_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/report_schedule_index_template_variable.rb +150 -0
- data/lib/datadog_api_client/v2/models/report_schedule_list_resource_relationship.rb +123 -0
- data/lib/datadog_api_client/v2/models/report_schedule_list_resource_relationship_data.rb +144 -0
- data/lib/datadog_api_client/v2/models/report_schedule_list_response.rb +157 -0
- data/lib/datadog_api_client/v2/models/report_schedule_list_response_attributes.rb +335 -0
- data/lib/datadog_api_client/v2/models/report_schedule_list_response_data.rb +186 -0
- data/lib/datadog_api_client/v2/models/report_schedule_list_response_links.rb +157 -0
- data/lib/datadog_api_client/v2/models/report_schedule_list_response_meta.rb +105 -0
- data/lib/datadog_api_client/v2/models/report_schedule_list_response_pagination.rb +183 -0
- data/lib/datadog_api_client/v2/models/report_schedule_list_response_pagination_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/report_schedule_list_response_relationships.rb +133 -0
- data/lib/datadog_api_client/v2/models/report_schedule_resource.rb +165 -0
- data/lib/datadog_api_client/v2/models/report_schedule_resource_attributes.rb +154 -0
- data/lib/datadog_api_client/v2/models/report_schedule_toggle_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/report_schedule_toggle_request_attributes.rb +123 -0
- data/lib/datadog_api_client/v2/models/report_schedule_toggle_request_data.rb +144 -0
- data/lib/datadog_api_client/v2/models/rum_application_attributes.rb +11 -1
- data/lib/datadog_api_client/v2/models/rum_sdk_config_attributes.rb +123 -0
- data/lib/datadog_api_client/v2/models/rum_sdk_config_data.rb +175 -0
- data/lib/datadog_api_client/v2/models/rum_sdk_config_dynamic_option.rb +204 -0
- data/lib/datadog_api_client/v2/models/rum_sdk_config_dynamic_option_pair.rb +144 -0
- data/lib/datadog_api_client/v2/models/rum_sdk_config_dynamic_option_serialized_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/rum_sdk_config_dynamic_option_strategy.rb +29 -0
- data/lib/datadog_api_client/v2/models/rum_sdk_config_match_option.rb +144 -0
- data/lib/datadog_api_client/v2/models/rum_sdk_config_match_option_serialized_type.rb +27 -0
- data/lib/datadog_api_client/v2/models/rum_sdk_config_meta.rb +144 -0
- data/lib/datadog_api_client/v2/models/rum_sdk_config_response.rb +123 -0
- data/lib/datadog_api_client/v2/models/rum_sdk_config_rum_attributes.rb +336 -0
- data/lib/datadog_api_client/v2/models/rum_sdk_config_rum_update_attributes.rb +315 -0
- data/lib/datadog_api_client/v2/models/rum_sdk_config_serialized_regex.rb +144 -0
- data/lib/datadog_api_client/v2/models/rum_sdk_config_serialized_regex_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/rum_sdk_config_tracing_url_config.rb +146 -0
- data/lib/datadog_api_client/v2/models/rum_sdk_config_tracing_url_propagator_type.rb +29 -0
- data/lib/datadog_api_client/v2/models/rum_sdk_config_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/rum_sdk_config_update_attributes.rb +123 -0
- data/lib/datadog_api_client/v2/models/rum_sdk_config_update_data.rb +165 -0
- data/lib/datadog_api_client/v2/models/rum_sdk_config_update_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/security_automation_rules_links.rb +164 -0
- data/lib/datadog_api_client/v2/models/security_automation_rules_meta.rb +123 -0
- data/lib/datadog_api_client/v2/models/security_automation_rules_page_info.rb +123 -0
- data/lib/datadog_api_client/v2/models/security_finding_type.rb +36 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_terraform_resource_type.rb +2 -0
- data/lib/datadog_api_client/v2/models/status_page_as_included_attributes.rb +21 -1
- data/lib/datadog_api_client/v2/models/status_page_data_attributes.rb +21 -1
- data/lib/datadog_api_client/v2/models/test_optimization_service_settings_attributes.rb +54 -4
- data/lib/datadog_api_client/v2/models/test_optimization_update_service_settings_request_attributes.rb +60 -9
- data/lib/datadog_api_client/v2/models/test_optimization_update_service_settings_request_data.rb +1 -0
- data/lib/datadog_api_client/v2/models/ticket_creation_rule_action.rb +193 -0
- data/lib/datadog_api_client/v2/models/ticket_creation_rule_action_response.rb +203 -0
- data/lib/datadog_api_client/v2/models/ticket_creation_rule_attributes_create.rb +183 -0
- data/lib/datadog_api_client/v2/models/ticket_creation_rule_attributes_response.rb +278 -0
- data/lib/datadog_api_client/v2/models/ticket_creation_rule_create_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/ticket_creation_rule_data_create.rb +144 -0
- data/lib/datadog_api_client/v2/models/ticket_creation_rule_data_response.rb +165 -0
- data/lib/datadog_api_client/v2/models/ticket_creation_rule_reorder_item.rb +144 -0
- data/lib/datadog_api_client/v2/models/ticket_creation_rule_reorder_request.rb +125 -0
- data/lib/datadog_api_client/v2/models/ticket_creation_rule_response.rb +123 -0
- data/lib/datadog_api_client/v2/models/ticket_creation_rule_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/ticket_creation_rule_update_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/ticket_creation_rules_response.rb +167 -0
- data/lib/datadog_api_client/v2/models/ticket_creation_target.rb +27 -0
- data/lib/datadog_api_client/v2/models/update_variant_request.rb +115 -0
- data/lib/datadog_api_client/version.rb +1 -1
- metadata +237 -1
|
@@ -282,6 +282,13 @@ module DatadogAPIClient
|
|
|
282
282
|
"v1.logs_api_limit_reached_response" => "LogsAPILimitReachedResponse",
|
|
283
283
|
"v1.logs_arithmetic_processor" => "LogsArithmeticProcessor",
|
|
284
284
|
"v1.logs_arithmetic_processor_type" => "LogsArithmeticProcessorType",
|
|
285
|
+
"v1.logs_array_map_arithmetic_sub_processor" => "LogsArrayMapArithmeticSubProcessor",
|
|
286
|
+
"v1.logs_array_map_attribute_remapper" => "LogsArrayMapAttributeRemapper",
|
|
287
|
+
"v1.logs_array_map_category_sub_processor" => "LogsArrayMapCategorySubProcessor",
|
|
288
|
+
"v1.logs_array_map_processor" => "LogsArrayMapProcessor",
|
|
289
|
+
"v1.logs_array_map_processor_type" => "LogsArrayMapProcessorType",
|
|
290
|
+
"v1.logs_array_map_string_builder_sub_processor" => "LogsArrayMapStringBuilderSubProcessor",
|
|
291
|
+
"v1.logs_array_map_sub_processor" => "LogsArrayMapSubProcessor",
|
|
285
292
|
"v1.logs_array_processor" => "LogsArrayProcessor",
|
|
286
293
|
"v1.logs_array_processor_operation" => "LogsArrayProcessorOperation",
|
|
287
294
|
"v1.logs_array_processor_operation_append" => "LogsArrayProcessorOperationAppend",
|
|
@@ -1560,12 +1567,16 @@ module DatadogAPIClient
|
|
|
1560
1567
|
"v2.automation_rule_action" => "AutomationRuleAction",
|
|
1561
1568
|
"v2.automation_rule_action_data" => "AutomationRuleActionData",
|
|
1562
1569
|
"v2.automation_rule_action_type" => "AutomationRuleActionType",
|
|
1570
|
+
"v2.automation_rule_actor_type" => "AutomationRuleActorType",
|
|
1563
1571
|
"v2.automation_rule_attributes" => "AutomationRuleAttributes",
|
|
1564
1572
|
"v2.automation_rule_create" => "AutomationRuleCreate",
|
|
1565
1573
|
"v2.automation_rule_create_attributes" => "AutomationRuleCreateAttributes",
|
|
1574
|
+
"v2.automation_rule_created_by" => "AutomationRuleCreatedBy",
|
|
1566
1575
|
"v2.automation_rule_create_request" => "AutomationRuleCreateRequest",
|
|
1576
|
+
"v2.automation_rule_modified_by" => "AutomationRuleModifiedBy",
|
|
1567
1577
|
"v2.automation_rule_relationships" => "AutomationRuleRelationships",
|
|
1568
1578
|
"v2.automation_rule_response" => "AutomationRuleResponse",
|
|
1579
|
+
"v2.automation_rule_scope" => "AutomationRuleScope",
|
|
1569
1580
|
"v2.automation_rules_response" => "AutomationRulesResponse",
|
|
1570
1581
|
"v2.automation_rule_trigger" => "AutomationRuleTrigger",
|
|
1571
1582
|
"v2.automation_rule_trigger_data" => "AutomationRuleTriggerData",
|
|
@@ -1771,6 +1782,8 @@ module DatadogAPIClient
|
|
|
1771
1782
|
"v2.budget" => "Budget",
|
|
1772
1783
|
"v2.budget_array" => "BudgetArray",
|
|
1773
1784
|
"v2.budget_attributes" => "BudgetAttributes",
|
|
1785
|
+
"v2.budget_attributes_costs" => "BudgetAttributesCosts",
|
|
1786
|
+
"v2.budget_attributes_costs_unit" => "BudgetAttributesCostsUnit",
|
|
1774
1787
|
"v2.budget_validation_request" => "BudgetValidationRequest",
|
|
1775
1788
|
"v2.budget_validation_request_data" => "BudgetValidationRequestData",
|
|
1776
1789
|
"v2.budget_validation_response" => "BudgetValidationResponse",
|
|
@@ -1781,6 +1794,7 @@ module DatadogAPIClient
|
|
|
1781
1794
|
"v2.budget_with_entries_data" => "BudgetWithEntriesData",
|
|
1782
1795
|
"v2.budget_with_entries_data_attributes" => "BudgetWithEntriesDataAttributes",
|
|
1783
1796
|
"v2.budget_with_entries_data_attributes_entries_items" => "BudgetWithEntriesDataAttributesEntriesItems",
|
|
1797
|
+
"v2.budget_with_entries_data_attributes_entries_items_costs" => "BudgetWithEntriesDataAttributesEntriesItemsCosts",
|
|
1784
1798
|
"v2.budget_with_entries_data_attributes_entries_items_tag_filters_items" => "BudgetWithEntriesDataAttributesEntriesItemsTagFiltersItems",
|
|
1785
1799
|
"v2.budget_with_entries_data_type" => "BudgetWithEntriesDataType",
|
|
1786
1800
|
"v2.bulk_delete_apps_datastore_items_request" => "BulkDeleteAppsDatastoreItemsRequest",
|
|
@@ -2005,9 +2019,12 @@ module DatadogAPIClient
|
|
|
2005
2019
|
"v2.ci_app_host_info" => "CIAppHostInfo",
|
|
2006
2020
|
"v2.ci_app_pipeline_event" => "CIAppPipelineEvent",
|
|
2007
2021
|
"v2.ci_app_pipeline_event_attributes" => "CIAppPipelineEventAttributes",
|
|
2022
|
+
"v2.ci_app_pipeline_event_finished_job" => "CIAppPipelineEventFinishedJob",
|
|
2008
2023
|
"v2.ci_app_pipeline_event_finished_pipeline" => "CIAppPipelineEventFinishedPipeline",
|
|
2024
|
+
"v2.ci_app_pipeline_event_in_progress_job" => "CIAppPipelineEventInProgressJob",
|
|
2009
2025
|
"v2.ci_app_pipeline_event_in_progress_pipeline" => "CIAppPipelineEventInProgressPipeline",
|
|
2010
2026
|
"v2.ci_app_pipeline_event_job" => "CIAppPipelineEventJob",
|
|
2027
|
+
"v2.ci_app_pipeline_event_job_in_progress_status" => "CIAppPipelineEventJobInProgressStatus",
|
|
2011
2028
|
"v2.ci_app_pipeline_event_job_level" => "CIAppPipelineEventJobLevel",
|
|
2012
2029
|
"v2.ci_app_pipeline_event_job_status" => "CIAppPipelineEventJobStatus",
|
|
2013
2030
|
"v2.ci_app_pipeline_event_parent_pipeline" => "CIAppPipelineEventParentPipeline",
|
|
@@ -2633,6 +2650,15 @@ module DatadogAPIClient
|
|
|
2633
2650
|
"v2.customer_org_disable_response_type" => "CustomerOrgDisableResponseType",
|
|
2634
2651
|
"v2.customer_org_disable_status" => "CustomerOrgDisableStatus",
|
|
2635
2652
|
"v2.customer_org_disable_type" => "CustomerOrgDisableType",
|
|
2653
|
+
"v2.custom_forecast_entry" => "CustomForecastEntry",
|
|
2654
|
+
"v2.custom_forecast_entry_tag_filter" => "CustomForecastEntryTagFilter",
|
|
2655
|
+
"v2.custom_forecast_response" => "CustomForecastResponse",
|
|
2656
|
+
"v2.custom_forecast_response_data" => "CustomForecastResponseData",
|
|
2657
|
+
"v2.custom_forecast_response_data_attributes" => "CustomForecastResponseDataAttributes",
|
|
2658
|
+
"v2.custom_forecast_type" => "CustomForecastType",
|
|
2659
|
+
"v2.custom_forecast_upsert_request" => "CustomForecastUpsertRequest",
|
|
2660
|
+
"v2.custom_forecast_upsert_request_data" => "CustomForecastUpsertRequestData",
|
|
2661
|
+
"v2.custom_forecast_upsert_request_data_attributes" => "CustomForecastUpsertRequestDataAttributes",
|
|
2636
2662
|
"v2.custom_framework_control" => "CustomFrameworkControl",
|
|
2637
2663
|
"v2.custom_framework_data" => "CustomFrameworkData",
|
|
2638
2664
|
"v2.custom_framework_data_attributes" => "CustomFrameworkDataAttributes",
|
|
@@ -2668,6 +2694,20 @@ module DatadogAPIClient
|
|
|
2668
2694
|
"v2.custom_ruleset_request_data_attributes" => "CustomRulesetRequestDataAttributes",
|
|
2669
2695
|
"v2.custom_ruleset_response" => "CustomRulesetResponse",
|
|
2670
2696
|
"v2.cvss" => "CVSS",
|
|
2697
|
+
"v2.cyclone_dx_bom" => "CycloneDXBom",
|
|
2698
|
+
"v2.cyclone_dx_component" => "CycloneDXComponent",
|
|
2699
|
+
"v2.cyclone_dx_component_type" => "CycloneDXComponentType",
|
|
2700
|
+
"v2.cyclone_dx_metadata" => "CycloneDXMetadata",
|
|
2701
|
+
"v2.cyclone_dx_metadata_component" => "CycloneDXMetadataComponent",
|
|
2702
|
+
"v2.cyclone_dx_metadata_tools" => "CycloneDXMetadataTools",
|
|
2703
|
+
"v2.cyclone_dx_tool_component" => "CycloneDXToolComponent",
|
|
2704
|
+
"v2.cyclone_dx_vulnerability" => "CycloneDXVulnerability",
|
|
2705
|
+
"v2.cyclone_dx_vulnerability_advisory" => "CycloneDXVulnerabilityAdvisory",
|
|
2706
|
+
"v2.cyclone_dx_vulnerability_affects" => "CycloneDXVulnerabilityAffects",
|
|
2707
|
+
"v2.cyclone_dx_vulnerability_analysis" => "CycloneDXVulnerabilityAnalysis",
|
|
2708
|
+
"v2.cyclone_dx_vulnerability_rating" => "CycloneDXVulnerabilityRating",
|
|
2709
|
+
"v2.cyclone_dx_vulnerability_reference" => "CycloneDXVulnerabilityReference",
|
|
2710
|
+
"v2.cyclone_dx_vulnerability_reference_source" => "CycloneDXVulnerabilityReferenceSource",
|
|
2671
2711
|
"v2.dashboard_list_add_items_request" => "DashboardListAddItemsRequest",
|
|
2672
2712
|
"v2.dashboard_list_add_items_response" => "DashboardListAddItemsResponse",
|
|
2673
2713
|
"v2.dashboard_list_delete_items_request" => "DashboardListDeleteItemsRequest",
|
|
@@ -2749,6 +2789,18 @@ module DatadogAPIClient
|
|
|
2749
2789
|
"v2.degradation_data_relationships_status_page" => "DegradationDataRelationshipsStatusPage",
|
|
2750
2790
|
"v2.degradation_data_relationships_status_page_data" => "DegradationDataRelationshipsStatusPageData",
|
|
2751
2791
|
"v2.degradation_included" => "DegradationIncluded",
|
|
2792
|
+
"v2.degradation_update" => "DegradationUpdate",
|
|
2793
|
+
"v2.degradation_update_data" => "DegradationUpdateData",
|
|
2794
|
+
"v2.degradation_update_data_attributes" => "DegradationUpdateDataAttributes",
|
|
2795
|
+
"v2.degradation_update_data_attributes_components_affected_items" => "DegradationUpdateDataAttributesComponentsAffectedItems",
|
|
2796
|
+
"v2.degradation_update_data_relationships" => "DegradationUpdateDataRelationships",
|
|
2797
|
+
"v2.degradation_update_data_relationships_degradation" => "DegradationUpdateDataRelationshipsDegradation",
|
|
2798
|
+
"v2.degradation_update_data_relationships_degradation_data" => "DegradationUpdateDataRelationshipsDegradationData",
|
|
2799
|
+
"v2.degradation_update_data_relationships_status_page" => "DegradationUpdateDataRelationshipsStatusPage",
|
|
2800
|
+
"v2.degradation_update_data_relationships_status_page_data" => "DegradationUpdateDataRelationshipsStatusPageData",
|
|
2801
|
+
"v2.degradation_update_data_relationships_user" => "DegradationUpdateDataRelationshipsUser",
|
|
2802
|
+
"v2.degradation_update_data_relationships_user_data" => "DegradationUpdateDataRelationshipsUserData",
|
|
2803
|
+
"v2.degradation_update_included" => "DegradationUpdateIncluded",
|
|
2752
2804
|
"v2.delete_app_response" => "DeleteAppResponse",
|
|
2753
2805
|
"v2.delete_app_response_data" => "DeleteAppResponseData",
|
|
2754
2806
|
"v2.delete_apps_datastore_item_request" => "DeleteAppsDatastoreItemRequest",
|
|
@@ -2918,6 +2970,21 @@ module DatadogAPIClient
|
|
|
2918
2970
|
"v2.downtime_update_request" => "DowntimeUpdateRequest",
|
|
2919
2971
|
"v2.downtime_update_request_attributes" => "DowntimeUpdateRequestAttributes",
|
|
2920
2972
|
"v2.downtime_update_request_data" => "DowntimeUpdateRequestData",
|
|
2973
|
+
"v2.due_date_from" => "DueDateFrom",
|
|
2974
|
+
"v2.due_date_per_severity_item" => "DueDatePerSeverityItem",
|
|
2975
|
+
"v2.due_date_rule_action" => "DueDateRuleAction",
|
|
2976
|
+
"v2.due_date_rule_attributes_create" => "DueDateRuleAttributesCreate",
|
|
2977
|
+
"v2.due_date_rule_attributes_response" => "DueDateRuleAttributesResponse",
|
|
2978
|
+
"v2.due_date_rule_create_request" => "DueDateRuleCreateRequest",
|
|
2979
|
+
"v2.due_date_rule_data_create" => "DueDateRuleDataCreate",
|
|
2980
|
+
"v2.due_date_rule_data_response" => "DueDateRuleDataResponse",
|
|
2981
|
+
"v2.due_date_rule_reorder_item" => "DueDateRuleReorderItem",
|
|
2982
|
+
"v2.due_date_rule_reorder_request" => "DueDateRuleReorderRequest",
|
|
2983
|
+
"v2.due_date_rule_response" => "DueDateRuleResponse",
|
|
2984
|
+
"v2.due_date_rules_response" => "DueDateRulesResponse",
|
|
2985
|
+
"v2.due_date_rule_type" => "DueDateRuleType",
|
|
2986
|
+
"v2.due_date_rule_update_request" => "DueDateRuleUpdateRequest",
|
|
2987
|
+
"v2.due_date_severity" => "DueDateSeverity",
|
|
2921
2988
|
"v2.elf_sourcemap_attributes" => "ELFSourcemapAttributes",
|
|
2922
2989
|
"v2.elf_sourcemap_data" => "ELFSourcemapData",
|
|
2923
2990
|
"v2.entity_attributes" => "EntityAttributes",
|
|
@@ -3508,6 +3575,30 @@ module DatadogAPIClient
|
|
|
3508
3575
|
"v2.google_chat_update_organization_handle_request_data" => "GoogleChatUpdateOrganizationHandleRequestData",
|
|
3509
3576
|
"v2.google_meet_configuration_reference" => "GoogleMeetConfigurationReference",
|
|
3510
3577
|
"v2.google_meet_configuration_reference_data" => "GoogleMeetConfigurationReferenceData",
|
|
3578
|
+
"v2.governance_best_practice_definition" => "GovernanceBestPracticeDefinition",
|
|
3579
|
+
"v2.governance_control_attributes" => "GovernanceControlAttributes",
|
|
3580
|
+
"v2.governance_control_data" => "GovernanceControlData",
|
|
3581
|
+
"v2.governance_control_mitigation_definition" => "GovernanceControlMitigationDefinition",
|
|
3582
|
+
"v2.governance_control_parameter_definition" => "GovernanceControlParameterDefinition",
|
|
3583
|
+
"v2.governance_control_resource_type" => "GovernanceControlResourceType",
|
|
3584
|
+
"v2.governance_control_response" => "GovernanceControlResponse",
|
|
3585
|
+
"v2.governance_controls_response" => "GovernanceControlsResponse",
|
|
3586
|
+
"v2.governance_control_supported_value" => "GovernanceControlSupportedValue",
|
|
3587
|
+
"v2.governance_control_update_attributes" => "GovernanceControlUpdateAttributes",
|
|
3588
|
+
"v2.governance_control_update_data" => "GovernanceControlUpdateData",
|
|
3589
|
+
"v2.governance_control_update_request" => "GovernanceControlUpdateRequest",
|
|
3590
|
+
"v2.governance_insight_attributes" => "GovernanceInsightAttributes",
|
|
3591
|
+
"v2.governance_insight_audit_compute" => "GovernanceInsightAuditCompute",
|
|
3592
|
+
"v2.governance_insight_audit_query" => "GovernanceInsightAuditQuery",
|
|
3593
|
+
"v2.governance_insight_data" => "GovernanceInsightData",
|
|
3594
|
+
"v2.governance_insight_event_compute" => "GovernanceInsightEventCompute",
|
|
3595
|
+
"v2.governance_insight_event_query" => "GovernanceInsightEventQuery",
|
|
3596
|
+
"v2.governance_insight_metric_query" => "GovernanceInsightMetricQuery",
|
|
3597
|
+
"v2.governance_insight_percentage_query" => "GovernanceInsightPercentageQuery",
|
|
3598
|
+
"v2.governance_insight_query_config" => "GovernanceInsightQueryConfig",
|
|
3599
|
+
"v2.governance_insight_resource_type" => "GovernanceInsightResourceType",
|
|
3600
|
+
"v2.governance_insights_response" => "GovernanceInsightsResponse",
|
|
3601
|
+
"v2.governance_insight_usage_query" => "GovernanceInsightUsageQuery",
|
|
3511
3602
|
"v2.grey_noise_api_key" => "GreyNoiseAPIKey",
|
|
3512
3603
|
"v2.grey_noise_api_key_type" => "GreyNoiseAPIKeyType",
|
|
3513
3604
|
"v2.grey_noise_api_key_update" => "GreyNoiseAPIKeyUpdate",
|
|
@@ -4558,6 +4649,7 @@ module DatadogAPIClient
|
|
|
4558
4649
|
"v2.metric_pagination_meta" => "MetricPaginationMeta",
|
|
4559
4650
|
"v2.metric_payload" => "MetricPayload",
|
|
4560
4651
|
"v2.metric_point" => "MetricPoint",
|
|
4652
|
+
"v2.metric_relationships" => "MetricRelationships",
|
|
4561
4653
|
"v2.metric_resource" => "MetricResource",
|
|
4562
4654
|
"v2.metrics_aggregator" => "MetricsAggregator",
|
|
4563
4655
|
"v2.metrics_and_metric_tag_configurations" => "MetricsAndMetricTagConfigurations",
|
|
@@ -4590,6 +4682,8 @@ module DatadogAPIClient
|
|
|
4590
4682
|
"v2.metric_tag_configuration_update_request" => "MetricTagConfigurationUpdateRequest",
|
|
4591
4683
|
"v2.metric_type" => "MetricType",
|
|
4592
4684
|
"v2.metric_volumes" => "MetricVolumes",
|
|
4685
|
+
"v2.metric_volumes_relationship" => "MetricVolumesRelationship",
|
|
4686
|
+
"v2.metric_volumes_relationship_data" => "MetricVolumesRelationshipData",
|
|
4593
4687
|
"v2.metric_volumes_response" => "MetricVolumesResponse",
|
|
4594
4688
|
"v2.microsoft_sentinel_destination" => "MicrosoftSentinelDestination",
|
|
4595
4689
|
"v2.microsoft_sentinel_destination_type" => "MicrosoftSentinelDestinationType",
|
|
@@ -4735,6 +4829,19 @@ module DatadogAPIClient
|
|
|
4735
4829
|
"v2.mute_findings_request_data_relationships" => "MuteFindingsRequestDataRelationships",
|
|
4736
4830
|
"v2.mute_findings_response" => "MuteFindingsResponse",
|
|
4737
4831
|
"v2.mute_findings_response_data" => "MuteFindingsResponseData",
|
|
4832
|
+
"v2.mute_reason" => "MuteReason",
|
|
4833
|
+
"v2.mute_rule_action" => "MuteRuleAction",
|
|
4834
|
+
"v2.mute_rule_attributes_create" => "MuteRuleAttributesCreate",
|
|
4835
|
+
"v2.mute_rule_attributes_response" => "MuteRuleAttributesResponse",
|
|
4836
|
+
"v2.mute_rule_create_request" => "MuteRuleCreateRequest",
|
|
4837
|
+
"v2.mute_rule_data_create" => "MuteRuleDataCreate",
|
|
4838
|
+
"v2.mute_rule_data_response" => "MuteRuleDataResponse",
|
|
4839
|
+
"v2.mute_rule_reorder_item" => "MuteRuleReorderItem",
|
|
4840
|
+
"v2.mute_rule_reorder_request" => "MuteRuleReorderRequest",
|
|
4841
|
+
"v2.mute_rule_response" => "MuteRuleResponse",
|
|
4842
|
+
"v2.mute_rules_response" => "MuteRulesResponse",
|
|
4843
|
+
"v2.mute_rule_type" => "MuteRuleType",
|
|
4844
|
+
"v2.mute_rule_update_request" => "MuteRuleUpdateRequest",
|
|
4738
4845
|
"v2.ndk_sourcemap_attributes" => "NDKSourcemapAttributes",
|
|
4739
4846
|
"v2.ndk_sourcemap_data" => "NDKSourcemapData",
|
|
4740
4847
|
"v2.network_health_insight" => "NetworkHealthInsight",
|
|
@@ -4851,6 +4958,17 @@ module DatadogAPIClient
|
|
|
4851
4958
|
"v2.observability_pipeline_buffer_options_disk_type" => "ObservabilityPipelineBufferOptionsDiskType",
|
|
4852
4959
|
"v2.observability_pipeline_buffer_options_memory_type" => "ObservabilityPipelineBufferOptionsMemoryType",
|
|
4853
4960
|
"v2.observability_pipeline_buffer_options_when_full" => "ObservabilityPipelineBufferOptionsWhenFull",
|
|
4961
|
+
"v2.observability_pipeline_clickhouse_destination" => "ObservabilityPipelineClickhouseDestination",
|
|
4962
|
+
"v2.observability_pipeline_clickhouse_destination_auth" => "ObservabilityPipelineClickhouseDestinationAuth",
|
|
4963
|
+
"v2.observability_pipeline_clickhouse_destination_auth_strategy" => "ObservabilityPipelineClickhouseDestinationAuthStrategy",
|
|
4964
|
+
"v2.observability_pipeline_clickhouse_destination_batch" => "ObservabilityPipelineClickhouseDestinationBatch",
|
|
4965
|
+
"v2.observability_pipeline_clickhouse_destination_batch_encoding" => "ObservabilityPipelineClickhouseDestinationBatchEncoding",
|
|
4966
|
+
"v2.observability_pipeline_clickhouse_destination_batch_encoding_codec" => "ObservabilityPipelineClickhouseDestinationBatchEncodingCodec",
|
|
4967
|
+
"v2.observability_pipeline_clickhouse_destination_compression" => "ObservabilityPipelineClickhouseDestinationCompression",
|
|
4968
|
+
"v2.observability_pipeline_clickhouse_destination_compression_algorithm" => "ObservabilityPipelineClickhouseDestinationCompressionAlgorithm",
|
|
4969
|
+
"v2.observability_pipeline_clickhouse_destination_compression_object" => "ObservabilityPipelineClickhouseDestinationCompressionObject",
|
|
4970
|
+
"v2.observability_pipeline_clickhouse_destination_format" => "ObservabilityPipelineClickhouseDestinationFormat",
|
|
4971
|
+
"v2.observability_pipeline_clickhouse_destination_type" => "ObservabilityPipelineClickhouseDestinationType",
|
|
4854
4972
|
"v2.observability_pipeline_cloud_prem_destination" => "ObservabilityPipelineCloudPremDestination",
|
|
4855
4973
|
"v2.observability_pipeline_cloud_prem_destination_type" => "ObservabilityPipelineCloudPremDestinationType",
|
|
4856
4974
|
"v2.observability_pipeline_config" => "ObservabilityPipelineConfig",
|
|
@@ -5125,6 +5243,14 @@ module DatadogAPIClient
|
|
|
5125
5243
|
"v2.observability_pipeline_throttle_processor" => "ObservabilityPipelineThrottleProcessor",
|
|
5126
5244
|
"v2.observability_pipeline_throttle_processor_type" => "ObservabilityPipelineThrottleProcessorType",
|
|
5127
5245
|
"v2.observability_pipeline_tls" => "ObservabilityPipelineTls",
|
|
5246
|
+
"v2.observability_pipeline_websocket_source" => "ObservabilityPipelineWebsocketSource",
|
|
5247
|
+
"v2.observability_pipeline_websocket_source_auth_strategy" => "ObservabilityPipelineWebsocketSourceAuthStrategy",
|
|
5248
|
+
"v2.observability_pipeline_websocket_source_tls" => "ObservabilityPipelineWebsocketSourceTls",
|
|
5249
|
+
"v2.observability_pipeline_websocket_source_tls_enabled" => "ObservabilityPipelineWebsocketSourceTlsEnabled",
|
|
5250
|
+
"v2.observability_pipeline_websocket_source_tls_enabled_mode" => "ObservabilityPipelineWebsocketSourceTlsEnabledMode",
|
|
5251
|
+
"v2.observability_pipeline_websocket_source_tls_with_client_cert" => "ObservabilityPipelineWebsocketSourceTlsWithClientCert",
|
|
5252
|
+
"v2.observability_pipeline_websocket_source_tls_with_client_cert_mode" => "ObservabilityPipelineWebsocketSourceTlsWithClientCertMode",
|
|
5253
|
+
"v2.observability_pipeline_websocket_source_type" => "ObservabilityPipelineWebsocketSourceType",
|
|
5128
5254
|
"v2.oci_config" => "OCIConfig",
|
|
5129
5255
|
"v2.oci_config_attributes" => "OCIConfigAttributes",
|
|
5130
5256
|
"v2.oci_configs_response" => "OCIConfigsResponse",
|
|
@@ -5388,6 +5514,11 @@ module DatadogAPIClient
|
|
|
5388
5514
|
"v2.patch_degradation_request_data_attributes_components_affected_items" => "PatchDegradationRequestDataAttributesComponentsAffectedItems",
|
|
5389
5515
|
"v2.patch_degradation_request_data_attributes_status" => "PatchDegradationRequestDataAttributesStatus",
|
|
5390
5516
|
"v2.patch_degradation_request_data_type" => "PatchDegradationRequestDataType",
|
|
5517
|
+
"v2.patch_degradation_update_request" => "PatchDegradationUpdateRequest",
|
|
5518
|
+
"v2.patch_degradation_update_request_data" => "PatchDegradationUpdateRequestData",
|
|
5519
|
+
"v2.patch_degradation_update_request_data_attributes" => "PatchDegradationUpdateRequestDataAttributes",
|
|
5520
|
+
"v2.patch_degradation_update_request_data_attributes_status" => "PatchDegradationUpdateRequestDataAttributesStatus",
|
|
5521
|
+
"v2.patch_degradation_update_request_data_type" => "PatchDegradationUpdateRequestDataType",
|
|
5391
5522
|
"v2.patch_incident_notification_template_request" => "PatchIncidentNotificationTemplateRequest",
|
|
5392
5523
|
"v2.patch_maintenance_request" => "PatchMaintenanceRequest",
|
|
5393
5524
|
"v2.patch_maintenance_request_data" => "PatchMaintenanceRequestData",
|
|
@@ -5688,9 +5819,23 @@ module DatadogAPIClient
|
|
|
5688
5819
|
"v2.report_schedule_create_request_data" => "ReportScheduleCreateRequestData",
|
|
5689
5820
|
"v2.report_schedule_delivery_format" => "ReportScheduleDeliveryFormat",
|
|
5690
5821
|
"v2.report_schedule_included_resource" => "ReportScheduleIncludedResource",
|
|
5822
|
+
"v2.report_schedule_included_resource_type" => "ReportScheduleIncludedResourceType",
|
|
5823
|
+
"v2.report_schedule_index_template_variable" => "ReportScheduleIndexTemplateVariable",
|
|
5824
|
+
"v2.report_schedule_list_resource_relationship" => "ReportScheduleListResourceRelationship",
|
|
5825
|
+
"v2.report_schedule_list_resource_relationship_data" => "ReportScheduleListResourceRelationshipData",
|
|
5826
|
+
"v2.report_schedule_list_response" => "ReportScheduleListResponse",
|
|
5827
|
+
"v2.report_schedule_list_response_attributes" => "ReportScheduleListResponseAttributes",
|
|
5828
|
+
"v2.report_schedule_list_response_data" => "ReportScheduleListResponseData",
|
|
5829
|
+
"v2.report_schedule_list_response_links" => "ReportScheduleListResponseLinks",
|
|
5830
|
+
"v2.report_schedule_list_response_meta" => "ReportScheduleListResponseMeta",
|
|
5831
|
+
"v2.report_schedule_list_response_pagination" => "ReportScheduleListResponsePagination",
|
|
5832
|
+
"v2.report_schedule_list_response_pagination_type" => "ReportScheduleListResponsePaginationType",
|
|
5833
|
+
"v2.report_schedule_list_response_relationships" => "ReportScheduleListResponseRelationships",
|
|
5691
5834
|
"v2.report_schedule_patch_request" => "ReportSchedulePatchRequest",
|
|
5692
5835
|
"v2.report_schedule_patch_request_attributes" => "ReportSchedulePatchRequestAttributes",
|
|
5693
5836
|
"v2.report_schedule_patch_request_data" => "ReportSchedulePatchRequestData",
|
|
5837
|
+
"v2.report_schedule_resource" => "ReportScheduleResource",
|
|
5838
|
+
"v2.report_schedule_resource_attributes" => "ReportScheduleResourceAttributes",
|
|
5694
5839
|
"v2.report_schedule_resource_type" => "ReportScheduleResourceType",
|
|
5695
5840
|
"v2.report_schedule_response" => "ReportScheduleResponse",
|
|
5696
5841
|
"v2.report_schedule_response_attributes" => "ReportScheduleResponseAttributes",
|
|
@@ -5699,6 +5844,9 @@ module DatadogAPIClient
|
|
|
5699
5844
|
"v2.report_schedule_response_relationships" => "ReportScheduleResponseRelationships",
|
|
5700
5845
|
"v2.report_schedule_status" => "ReportScheduleStatus",
|
|
5701
5846
|
"v2.report_schedule_template_variable" => "ReportScheduleTemplateVariable",
|
|
5847
|
+
"v2.report_schedule_toggle_request" => "ReportScheduleToggleRequest",
|
|
5848
|
+
"v2.report_schedule_toggle_request_attributes" => "ReportScheduleToggleRequestAttributes",
|
|
5849
|
+
"v2.report_schedule_toggle_request_data" => "ReportScheduleToggleRequestData",
|
|
5702
5850
|
"v2.report_schedule_type" => "ReportScheduleType",
|
|
5703
5851
|
"v2.resolve_vulnerable_symbols_request" => "ResolveVulnerableSymbolsRequest",
|
|
5704
5852
|
"v2.resolve_vulnerable_symbols_request_data" => "ResolveVulnerableSymbolsRequestData",
|
|
@@ -5950,6 +6098,26 @@ module DatadogAPIClient
|
|
|
5950
6098
|
"v2.rum_retention_filter_update_attributes" => "RumRetentionFilterUpdateAttributes",
|
|
5951
6099
|
"v2.rum_retention_filter_update_data" => "RumRetentionFilterUpdateData",
|
|
5952
6100
|
"v2.rum_retention_filter_update_request" => "RumRetentionFilterUpdateRequest",
|
|
6101
|
+
"v2.rum_sdk_config_attributes" => "RumSdkConfigAttributes",
|
|
6102
|
+
"v2.rum_sdk_config_data" => "RumSdkConfigData",
|
|
6103
|
+
"v2.rum_sdk_config_dynamic_option" => "RumSdkConfigDynamicOption",
|
|
6104
|
+
"v2.rum_sdk_config_dynamic_option_pair" => "RumSdkConfigDynamicOptionPair",
|
|
6105
|
+
"v2.rum_sdk_config_dynamic_option_serialized_type" => "RumSdkConfigDynamicOptionSerializedType",
|
|
6106
|
+
"v2.rum_sdk_config_dynamic_option_strategy" => "RumSdkConfigDynamicOptionStrategy",
|
|
6107
|
+
"v2.rum_sdk_config_match_option" => "RumSdkConfigMatchOption",
|
|
6108
|
+
"v2.rum_sdk_config_match_option_serialized_type" => "RumSdkConfigMatchOptionSerializedType",
|
|
6109
|
+
"v2.rum_sdk_config_meta" => "RumSdkConfigMeta",
|
|
6110
|
+
"v2.rum_sdk_config_response" => "RumSdkConfigResponse",
|
|
6111
|
+
"v2.rum_sdk_config_rum_attributes" => "RumSdkConfigRumAttributes",
|
|
6112
|
+
"v2.rum_sdk_config_rum_update_attributes" => "RumSdkConfigRumUpdateAttributes",
|
|
6113
|
+
"v2.rum_sdk_config_serialized_regex" => "RumSdkConfigSerializedRegex",
|
|
6114
|
+
"v2.rum_sdk_config_serialized_regex_type" => "RumSdkConfigSerializedRegexType",
|
|
6115
|
+
"v2.rum_sdk_config_tracing_url_config" => "RumSdkConfigTracingUrlConfig",
|
|
6116
|
+
"v2.rum_sdk_config_tracing_url_propagator_type" => "RumSdkConfigTracingUrlPropagatorType",
|
|
6117
|
+
"v2.rum_sdk_config_type" => "RumSdkConfigType",
|
|
6118
|
+
"v2.rum_sdk_config_update_attributes" => "RumSdkConfigUpdateAttributes",
|
|
6119
|
+
"v2.rum_sdk_config_update_data" => "RumSdkConfigUpdateData",
|
|
6120
|
+
"v2.rum_sdk_config_update_request" => "RumSdkConfigUpdateRequest",
|
|
5953
6121
|
"v2.rum_search_events_request" => "RUMSearchEventsRequest",
|
|
5954
6122
|
"v2.rum_sort" => "RUMSort",
|
|
5955
6123
|
"v2.rum_sort_order" => "RUMSortOrder",
|
|
@@ -6150,6 +6318,9 @@ module DatadogAPIClient
|
|
|
6150
6318
|
"v2.secure_embed_update_response_type" => "SecureEmbedUpdateResponseType",
|
|
6151
6319
|
"v2.secure_embed_viewing_preferences" => "SecureEmbedViewingPreferences",
|
|
6152
6320
|
"v2.secure_embed_viewing_preferences_theme" => "SecureEmbedViewingPreferencesTheme",
|
|
6321
|
+
"v2.security_automation_rules_links" => "SecurityAutomationRulesLinks",
|
|
6322
|
+
"v2.security_automation_rules_meta" => "SecurityAutomationRulesMeta",
|
|
6323
|
+
"v2.security_automation_rules_page_info" => "SecurityAutomationRulesPageInfo",
|
|
6153
6324
|
"v2.security_entity_config_risks" => "SecurityEntityConfigRisks",
|
|
6154
6325
|
"v2.security_entity_metadata" => "SecurityEntityMetadata",
|
|
6155
6326
|
"v2.security_entity_risk_score" => "SecurityEntityRiskScore",
|
|
@@ -6191,6 +6362,7 @@ module DatadogAPIClient
|
|
|
6191
6362
|
"v2.security_findings_search_request_page" => "SecurityFindingsSearchRequestPage",
|
|
6192
6363
|
"v2.security_findings_sort" => "SecurityFindingsSort",
|
|
6193
6364
|
"v2.security_findings_status" => "SecurityFindingsStatus",
|
|
6365
|
+
"v2.security_finding_type" => "SecurityFindingType",
|
|
6194
6366
|
"v2.security_monitoring_content_pack_activation" => "SecurityMonitoringContentPackActivation",
|
|
6195
6367
|
"v2.security_monitoring_content_pack_integration_status" => "SecurityMonitoringContentPackIntegrationStatus",
|
|
6196
6368
|
"v2.security_monitoring_content_pack_state_attributes" => "SecurityMonitoringContentPackStateAttributes",
|
|
@@ -7306,6 +7478,20 @@ module DatadogAPIClient
|
|
|
7306
7478
|
"v2.test_optimization_update_service_settings_request_attributes" => "TestOptimizationUpdateServiceSettingsRequestAttributes",
|
|
7307
7479
|
"v2.test_optimization_update_service_settings_request_data" => "TestOptimizationUpdateServiceSettingsRequestData",
|
|
7308
7480
|
"v2.test_optimization_update_service_settings_request_data_type" => "TestOptimizationUpdateServiceSettingsRequestDataType",
|
|
7481
|
+
"v2.ticket_creation_rule_action" => "TicketCreationRuleAction",
|
|
7482
|
+
"v2.ticket_creation_rule_action_response" => "TicketCreationRuleActionResponse",
|
|
7483
|
+
"v2.ticket_creation_rule_attributes_create" => "TicketCreationRuleAttributesCreate",
|
|
7484
|
+
"v2.ticket_creation_rule_attributes_response" => "TicketCreationRuleAttributesResponse",
|
|
7485
|
+
"v2.ticket_creation_rule_create_request" => "TicketCreationRuleCreateRequest",
|
|
7486
|
+
"v2.ticket_creation_rule_data_create" => "TicketCreationRuleDataCreate",
|
|
7487
|
+
"v2.ticket_creation_rule_data_response" => "TicketCreationRuleDataResponse",
|
|
7488
|
+
"v2.ticket_creation_rule_reorder_item" => "TicketCreationRuleReorderItem",
|
|
7489
|
+
"v2.ticket_creation_rule_reorder_request" => "TicketCreationRuleReorderRequest",
|
|
7490
|
+
"v2.ticket_creation_rule_response" => "TicketCreationRuleResponse",
|
|
7491
|
+
"v2.ticket_creation_rules_response" => "TicketCreationRulesResponse",
|
|
7492
|
+
"v2.ticket_creation_rule_type" => "TicketCreationRuleType",
|
|
7493
|
+
"v2.ticket_creation_rule_update_request" => "TicketCreationRuleUpdateRequest",
|
|
7494
|
+
"v2.ticket_creation_target" => "TicketCreationTarget",
|
|
7309
7495
|
"v2.timeline_cell" => "TimelineCell",
|
|
7310
7496
|
"v2.timeline_cell_author" => "TimelineCellAuthor",
|
|
7311
7497
|
"v2.timeline_cell_author_user" => "TimelineCellAuthorUser",
|
|
@@ -7465,6 +7651,7 @@ module DatadogAPIClient
|
|
|
7465
7651
|
"v2.update_tenancy_config_data_attributes_regions_config" => "UpdateTenancyConfigDataAttributesRegionsConfig",
|
|
7466
7652
|
"v2.update_tenancy_config_data_type" => "UpdateTenancyConfigDataType",
|
|
7467
7653
|
"v2.update_tenancy_config_request" => "UpdateTenancyConfigRequest",
|
|
7654
|
+
"v2.update_variant_request" => "UpdateVariantRequest",
|
|
7468
7655
|
"v2.update_workflow_request" => "UpdateWorkflowRequest",
|
|
7469
7656
|
"v2.update_workflow_response" => "UpdateWorkflowResponse",
|
|
7470
7657
|
"v2.upsert_allocation_request" => "UpsertAllocationRequest",
|
|
@@ -7768,6 +7955,8 @@ module DatadogAPIClient
|
|
|
7768
7955
|
"v2.forms_api" => "FormsAPI",
|
|
7769
7956
|
"v2.gcp_integration_api" => "GCPIntegrationAPI",
|
|
7770
7957
|
"v2.google_chat_integration_api" => "GoogleChatIntegrationAPI",
|
|
7958
|
+
"v2.governance_controls_api" => "GovernanceControlsAPI",
|
|
7959
|
+
"v2.governance_insights_api" => "GovernanceInsightsAPI",
|
|
7771
7960
|
"v2.high_availability_multi_region_api" => "HighAvailabilityMultiRegionAPI",
|
|
7772
7961
|
"v2.incidents_api" => "IncidentsAPI",
|
|
7773
7962
|
"v2.integrations_api" => "IntegrationsAPI",
|
|
@@ -7808,6 +7997,7 @@ module DatadogAPIClient
|
|
|
7808
7997
|
"v2.rum_insights_api" => "RUMInsightsAPI",
|
|
7809
7998
|
"v2.rum_metrics_api" => "RumMetricsAPI",
|
|
7810
7999
|
"v2.rum_rate_limit_api" => "RumRateLimitAPI",
|
|
8000
|
+
"v2.rum_remote_config_api" => "RUMRemoteConfigAPI",
|
|
7811
8001
|
"v2.rum_replay_heatmaps_api" => "RumReplayHeatmapsAPI",
|
|
7812
8002
|
"v2.rum_replay_playlists_api" => "RumReplayPlaylistsAPI",
|
|
7813
8003
|
"v2.rum_replay_sessions_api" => "RumReplaySessionsAPI",
|
|
@@ -0,0 +1,186 @@
|
|
|
1
|
+
=begin
|
|
2
|
+
#Datadog API V1 Collection
|
|
3
|
+
|
|
4
|
+
#Collection of all Datadog Public endpoints.
|
|
5
|
+
|
|
6
|
+
The version of the OpenAPI document: 1.0
|
|
7
|
+
Contact: support@datadoghq.com
|
|
8
|
+
Generated by: https://github.com/DataDog/datadog-api-client-ruby/tree/master/.generator
|
|
9
|
+
|
|
10
|
+
Unless explicitly stated otherwise all files in this repository are licensed under the Apache-2.0 License.
|
|
11
|
+
This product includes software developed at Datadog (https://www.datadoghq.com/).
|
|
12
|
+
Copyright 2020-Present Datadog, Inc.
|
|
13
|
+
|
|
14
|
+
=end
|
|
15
|
+
|
|
16
|
+
require 'date'
|
|
17
|
+
require 'time'
|
|
18
|
+
|
|
19
|
+
module DatadogAPIClient::V1
|
|
20
|
+
# An arithmetic sub-processor for use inside an array-map processor.
|
|
21
|
+
# Unlike the top-level arithmetic processor, `is_enabled` is not supported.
|
|
22
|
+
class LogsArrayMapArithmeticSubProcessor
|
|
23
|
+
include BaseGenericModel
|
|
24
|
+
|
|
25
|
+
# Arithmetic operation to perform.
|
|
26
|
+
attr_reader :expression
|
|
27
|
+
|
|
28
|
+
# Replace missing attribute values with 0.
|
|
29
|
+
attr_accessor :is_replace_missing
|
|
30
|
+
|
|
31
|
+
# Name of the sub-processor.
|
|
32
|
+
attr_accessor :name
|
|
33
|
+
|
|
34
|
+
# Target attribute path for the result.
|
|
35
|
+
attr_reader :target
|
|
36
|
+
|
|
37
|
+
# Type of logs arithmetic processor.
|
|
38
|
+
attr_reader :type
|
|
39
|
+
|
|
40
|
+
attr_accessor :additional_properties
|
|
41
|
+
|
|
42
|
+
# Attribute mapping from ruby-style variable name to JSON key.
|
|
43
|
+
# @!visibility private
|
|
44
|
+
def self.attribute_map
|
|
45
|
+
{
|
|
46
|
+
:'expression' => :'expression',
|
|
47
|
+
:'is_replace_missing' => :'is_replace_missing',
|
|
48
|
+
:'name' => :'name',
|
|
49
|
+
:'target' => :'target',
|
|
50
|
+
:'type' => :'type'
|
|
51
|
+
}
|
|
52
|
+
end
|
|
53
|
+
|
|
54
|
+
# Attribute type mapping.
|
|
55
|
+
# @!visibility private
|
|
56
|
+
def self.openapi_types
|
|
57
|
+
{
|
|
58
|
+
:'expression' => :'String',
|
|
59
|
+
:'is_replace_missing' => :'Boolean',
|
|
60
|
+
:'name' => :'String',
|
|
61
|
+
:'target' => :'String',
|
|
62
|
+
:'type' => :'LogsArithmeticProcessorType'
|
|
63
|
+
}
|
|
64
|
+
end
|
|
65
|
+
|
|
66
|
+
# Initializes the object
|
|
67
|
+
# @param attributes [Hash] Model attributes in the form of hash
|
|
68
|
+
# @!visibility private
|
|
69
|
+
def initialize(attributes = {})
|
|
70
|
+
if (!attributes.is_a?(Hash))
|
|
71
|
+
fail ArgumentError, "The input argument (attributes) must be a hash in `DatadogAPIClient::V1::LogsArrayMapArithmeticSubProcessor` initialize method"
|
|
72
|
+
end
|
|
73
|
+
|
|
74
|
+
self.additional_properties = {}
|
|
75
|
+
# check to see if the attribute exists and convert string to symbol for hash key
|
|
76
|
+
attributes = attributes.each_with_object({}) { |(k, v), h|
|
|
77
|
+
if (!self.class.attribute_map.key?(k.to_sym))
|
|
78
|
+
self.additional_properties[k.to_sym] = v
|
|
79
|
+
else
|
|
80
|
+
h[k.to_sym] = v
|
|
81
|
+
end
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
if attributes.key?(:'expression')
|
|
85
|
+
self.expression = attributes[:'expression']
|
|
86
|
+
end
|
|
87
|
+
|
|
88
|
+
if attributes.key?(:'is_replace_missing')
|
|
89
|
+
self.is_replace_missing = attributes[:'is_replace_missing']
|
|
90
|
+
end
|
|
91
|
+
|
|
92
|
+
if attributes.key?(:'name')
|
|
93
|
+
self.name = attributes[:'name']
|
|
94
|
+
end
|
|
95
|
+
|
|
96
|
+
if attributes.key?(:'target')
|
|
97
|
+
self.target = attributes[:'target']
|
|
98
|
+
end
|
|
99
|
+
|
|
100
|
+
if attributes.key?(:'type')
|
|
101
|
+
self.type = attributes[:'type']
|
|
102
|
+
end
|
|
103
|
+
end
|
|
104
|
+
|
|
105
|
+
# Check to see if the all the properties in the model are valid
|
|
106
|
+
# @return true if the model is valid
|
|
107
|
+
# @!visibility private
|
|
108
|
+
def valid?
|
|
109
|
+
return false if @expression.nil?
|
|
110
|
+
return false if @target.nil?
|
|
111
|
+
return false if @type.nil?
|
|
112
|
+
true
|
|
113
|
+
end
|
|
114
|
+
|
|
115
|
+
# Custom attribute writer method with validation
|
|
116
|
+
# @param expression [Object] Object to be assigned
|
|
117
|
+
# @!visibility private
|
|
118
|
+
def expression=(expression)
|
|
119
|
+
if expression.nil?
|
|
120
|
+
fail ArgumentError, 'invalid value for "expression", expression cannot be nil.'
|
|
121
|
+
end
|
|
122
|
+
@expression = expression
|
|
123
|
+
end
|
|
124
|
+
|
|
125
|
+
# Custom attribute writer method with validation
|
|
126
|
+
# @param target [Object] Object to be assigned
|
|
127
|
+
# @!visibility private
|
|
128
|
+
def target=(target)
|
|
129
|
+
if target.nil?
|
|
130
|
+
fail ArgumentError, 'invalid value for "target", target cannot be nil.'
|
|
131
|
+
end
|
|
132
|
+
@target = target
|
|
133
|
+
end
|
|
134
|
+
|
|
135
|
+
# Custom attribute writer method with validation
|
|
136
|
+
# @param type [Object] Object to be assigned
|
|
137
|
+
# @!visibility private
|
|
138
|
+
def type=(type)
|
|
139
|
+
if type.nil?
|
|
140
|
+
fail ArgumentError, 'invalid value for "type", type cannot be nil.'
|
|
141
|
+
end
|
|
142
|
+
@type = type
|
|
143
|
+
end
|
|
144
|
+
|
|
145
|
+
# Returns the object in the form of hash, with additionalProperties support.
|
|
146
|
+
# @return [Hash] Returns the object in the form of hash
|
|
147
|
+
# @!visibility private
|
|
148
|
+
def to_hash
|
|
149
|
+
hash = {}
|
|
150
|
+
self.class.attribute_map.each_pair do |attr, param|
|
|
151
|
+
value = self.send(attr)
|
|
152
|
+
if value.nil?
|
|
153
|
+
is_nullable = self.class.openapi_nullable.include?(attr)
|
|
154
|
+
next if !is_nullable || (is_nullable && !instance_variable_defined?(:"@#{attr}"))
|
|
155
|
+
end
|
|
156
|
+
|
|
157
|
+
hash[param] = _to_hash(value)
|
|
158
|
+
end
|
|
159
|
+
self.additional_properties.each_pair do |attr, value|
|
|
160
|
+
hash[attr] = value
|
|
161
|
+
end
|
|
162
|
+
hash
|
|
163
|
+
end
|
|
164
|
+
|
|
165
|
+
# Checks equality by comparing each attribute.
|
|
166
|
+
# @param o [Object] Object to be compared
|
|
167
|
+
# @!visibility private
|
|
168
|
+
def ==(o)
|
|
169
|
+
return true if self.equal?(o)
|
|
170
|
+
self.class == o.class &&
|
|
171
|
+
expression == o.expression &&
|
|
172
|
+
is_replace_missing == o.is_replace_missing &&
|
|
173
|
+
name == o.name &&
|
|
174
|
+
target == o.target &&
|
|
175
|
+
type == o.type &&
|
|
176
|
+
additional_properties == o.additional_properties
|
|
177
|
+
end
|
|
178
|
+
|
|
179
|
+
# Calculates hash code according to all attributes.
|
|
180
|
+
# @return [Integer] Hash code
|
|
181
|
+
# @!visibility private
|
|
182
|
+
def hash
|
|
183
|
+
[expression, is_replace_missing, name, target, type, additional_properties].hash
|
|
184
|
+
end
|
|
185
|
+
end
|
|
186
|
+
end
|