datadog_api_client 2.57.0 → 2.58.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 +2 -0
- data/.generator/schemas/v2/openapi.yaml +748 -397
- data/CHANGELOG.md +21 -0
- data/examples/v1/monitors/CreateMonitor_1348801712.rb +23 -0
- data/examples/v2/ci-visibility-github-accounts/ListCIAppGitHubAccounts.rb +5 -0
- data/examples/v2/ci-visibility-github-accounts/UpdateCIAppGitHubAccount.rb +20 -0
- data/examples/v2/dora-metrics/PatchDORADeploymentByVersion.rb +24 -0
- data/examples/v2/governance-console/UpdateGovernanceControl.rb +0 -1
- data/examples/v2/status-pages/PatchMaintenanceUpdate.rb +15 -0
- data/lib/datadog_api_client/configuration.rb +1 -3
- data/lib/datadog_api_client/inflector.rb +33 -14
- data/lib/datadog_api_client/v1/models/monitor_type.rb +1 -0
- data/lib/datadog_api_client/v2/api/ci_visibility_git_hub_accounts_api.rb +160 -0
- data/lib/datadog_api_client/v2/api/dora_metrics_api.rb +73 -0
- data/lib/datadog_api_client/v2/api/status_pages_api.rb +83 -1
- data/lib/datadog_api_client/v2/models/agent_trigger.rb +105 -0
- data/lib/datadog_api_client/v2/models/agent_trigger_wrapper.rb +135 -0
- data/lib/datadog_api_client/v2/models/api_trigger_wrapper.rb +1 -1
- data/lib/datadog_api_client/v2/models/app_trigger_wrapper.rb +1 -1
- data/lib/datadog_api_client/v2/models/case_trigger_wrapper.rb +1 -1
- data/lib/datadog_api_client/v2/models/change_event_trigger_wrapper.rb +1 -1
- data/lib/datadog_api_client/v2/models/ci_app_git_hub_account_attributes.rb +147 -0
- data/lib/datadog_api_client/v2/models/{rum_rate_limit_config_data.rb → ci_app_git_hub_account_data.rb} +10 -8
- data/lib/datadog_api_client/v2/models/ci_app_git_hub_account_repository.rb +115 -0
- data/lib/datadog_api_client/v2/models/{rum_rate_limit_config_response.rb → ci_app_git_hub_account_response.rb} +5 -5
- data/lib/datadog_api_client/v2/models/{rum_rate_limit_quota_reached_action.rb → ci_app_git_hub_account_type.rb} +4 -4
- data/lib/datadog_api_client/v2/models/{rum_rate_limit_config_update_request.rb → ci_app_git_hub_account_update_request.rb} +5 -5
- data/lib/datadog_api_client/v2/models/ci_app_git_hub_account_update_request_attributes.rb +159 -0
- data/lib/datadog_api_client/v2/models/ci_app_git_hub_account_update_request_data.rb +146 -0
- data/lib/datadog_api_client/v2/models/ci_app_git_hub_account_update_request_repository.rb +148 -0
- data/lib/datadog_api_client/v2/models/{rum_rate_limit_adaptive_config.rb → ci_app_git_hub_accounts_response.rb} +19 -25
- data/lib/datadog_api_client/v2/models/completion_condition.rb +4 -29
- data/lib/datadog_api_client/v2/models/completion_gate.rb +4 -29
- data/lib/datadog_api_client/v2/models/create_degradation_request.rb +13 -3
- data/lib/datadog_api_client/v2/models/create_status_page_request_data_attributes.rb +1 -11
- data/lib/datadog_api_client/v2/models/create_table_request_data_attributes_schema.rb +9 -1
- data/lib/datadog_api_client/v2/models/create_upload_request_data_attributes.rb +5 -1
- data/lib/datadog_api_client/v2/models/dashboard_trigger_wrapper.rb +1 -1
- data/lib/datadog_api_client/v2/models/database_monitoring_trigger_wrapper.rb +1 -1
- data/lib/datadog_api_client/v2/models/datastore_trigger_wrapper.rb +1 -1
- data/lib/datadog_api_client/v2/models/degradation_request_meta.rb +105 -0
- data/lib/datadog_api_client/v2/models/deployment_gates_fdd_rule_options.rb +13 -1
- data/lib/datadog_api_client/v2/models/deployment_rule_options_faulty_deployment_detection.rb +13 -1
- data/lib/datadog_api_client/v2/models/dora_deployment_patch_by_version_remediation.rb +63 -0
- data/lib/datadog_api_client/v2/models/dora_deployment_patch_by_version_remediation_by_id.rb +119 -0
- data/lib/datadog_api_client/v2/models/dora_deployment_patch_by_version_remediation_by_version.rb +119 -0
- data/lib/datadog_api_client/v2/models/dora_deployment_patch_by_version_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/dora_deployment_patch_by_version_request_attributes.rb +196 -0
- data/lib/datadog_api_client/v2/models/dora_deployment_patch_by_version_request_data.rb +144 -0
- data/lib/datadog_api_client/v2/models/dora_deployment_patch_remediation.rb +15 -5
- data/lib/datadog_api_client/v2/models/dora_deployment_patch_request_attributes.rb +1 -1
- data/lib/datadog_api_client/v2/models/error_handler.rb +4 -29
- data/lib/datadog_api_client/v2/models/fleet_agent_info_details_v2.rb +1 -49
- data/lib/datadog_api_client/v2/models/form_trigger_wrapper.rb +1 -1
- data/lib/datadog_api_client/v2/models/github_webhook_trigger_wrapper.rb +1 -1
- data/lib/datadog_api_client/v2/models/governance_control_attributes.rb +1 -22
- data/lib/datadog_api_client/v2/models/governance_control_parameter_definition.rb +10 -13
- data/lib/datadog_api_client/v2/models/governance_control_update_attributes.rb +1 -11
- data/lib/datadog_api_client/v2/models/incident_trigger_wrapper.rb +1 -1
- data/lib/datadog_api_client/v2/models/input_schema_parameters.rb +4 -0
- data/lib/datadog_api_client/v2/models/maintenance_update.rb +105 -0
- data/lib/datadog_api_client/v2/models/maintenance_update_data.rb +164 -0
- data/lib/datadog_api_client/v2/models/maintenance_update_data_attributes.rb +167 -0
- data/lib/datadog_api_client/v2/models/{rum_rate_limit_config_type.rb → maintenance_update_data_attributes_status.rb} +6 -3
- data/lib/datadog_api_client/v2/models/maintenance_update_data_relationships.rb +125 -0
- data/lib/datadog_api_client/v2/models/maintenance_update_data_relationships_maintenance.rb +123 -0
- data/lib/datadog_api_client/v2/models/maintenance_update_data_relationships_maintenance_data.rb +144 -0
- data/lib/datadog_api_client/v2/models/{rum_rate_limit_config_update_attributes.rb → maintenance_update_data_relationships_user.rb} +17 -38
- data/lib/datadog_api_client/v2/models/maintenance_update_data_relationships_user_data.rb +144 -0
- data/lib/datadog_api_client/v2/models/monitor_trigger_wrapper.rb +1 -1
- data/lib/datadog_api_client/v2/models/notebook_trigger_wrapper.rb +1 -1
- data/lib/datadog_api_client/v2/models/on_call_trigger_wrapper.rb +1 -1
- data/lib/datadog_api_client/v2/models/outbound_edge.rb +8 -0
- data/lib/datadog_api_client/v2/models/parameter.rb +4 -0
- data/lib/datadog_api_client/v2/models/patch_degradation_request.rb +13 -3
- data/lib/datadog_api_client/v2/models/patch_maintenance_request_data_attributes.rb +11 -1
- data/lib/datadog_api_client/v2/models/patch_maintenance_update_request.rb +105 -0
- data/lib/datadog_api_client/v2/models/{rum_rate_limit_config_update_data.rb → patch_maintenance_update_request_data.rb} +9 -21
- data/lib/datadog_api_client/v2/models/patch_maintenance_update_request_data_attributes.rb +105 -0
- data/lib/datadog_api_client/v2/models/{rum_rate_limit_scope_type.rb → patch_maintenance_update_request_data_type.rb} +3 -3
- data/lib/datadog_api_client/v2/models/patch_status_page_request_data_attributes.rb +1 -11
- data/lib/datadog_api_client/v2/models/patch_table_request_data_attributes_schema.rb +9 -1
- data/lib/datadog_api_client/v2/models/readiness_gate.rb +4 -29
- data/lib/datadog_api_client/v2/models/retry_strategy.rb +12 -26
- data/lib/datadog_api_client/v2/models/retry_strategy_linear.rb +18 -29
- data/lib/datadog_api_client/v2/models/schedule_trigger_wrapper.rb +1 -1
- data/lib/datadog_api_client/v2/models/security_trigger_wrapper.rb +1 -1
- data/lib/datadog_api_client/v2/models/self_service_trigger_wrapper.rb +1 -1
- data/lib/datadog_api_client/v2/models/slack_trigger_wrapper.rb +1 -1
- data/lib/datadog_api_client/v2/models/software_catalog_trigger_wrapper.rb +1 -1
- data/lib/datadog_api_client/v2/models/spec.rb +1 -1
- data/lib/datadog_api_client/v2/models/step.rb +11 -2
- data/lib/datadog_api_client/v2/models/step_display.rb +2 -1
- data/lib/datadog_api_client/v2/models/table_result_v2_data_attributes_schema.rb +9 -1
- data/lib/datadog_api_client/v2/models/trigger.rb +1 -0
- data/lib/datadog_api_client/v2/models/workflow_data_attributes.rb +1 -1
- data/lib/datadog_api_client/v2/models/workflow_data_update_attributes.rb +1 -1
- data/lib/datadog_api_client/v2/models/workflow_list_item_attributes.rb +1 -1
- data/lib/datadog_api_client/v2/models/workflow_trigger_wrapper.rb +2 -2
- data/lib/datadog_api_client/version.rb +1 -1
- metadata +39 -18
- data/examples/v2/rum-rate-limit/DeleteRumRateLimitConfig.rb +0 -8
- data/examples/v2/rum-rate-limit/GetRumRateLimitConfig.rb +0 -8
- data/examples/v2/rum-rate-limit/UpdateRumRateLimitConfig.rb +0 -28
- data/lib/datadog_api_client/v2/api/rum_rate_limit_api.rb +0 -277
- data/lib/datadog_api_client/v2/models/rum_rate_limit_config_attributes.rb +0 -185
- data/lib/datadog_api_client/v2/models/rum_rate_limit_custom_config.rb +0 -223
- data/lib/datadog_api_client/v2/models/rum_rate_limit_mode.rb +0 -28
- data/lib/datadog_api_client/v2/models/rum_rate_limit_window_type.rb +0 -26
|
@@ -1,223 +0,0 @@
|
|
|
1
|
-
=begin
|
|
2
|
-
#Datadog API V2 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::V2
|
|
20
|
-
# The configuration used when `mode` is `custom`.
|
|
21
|
-
class RumRateLimitCustomConfig
|
|
22
|
-
include BaseGenericModel
|
|
23
|
-
|
|
24
|
-
# The time of day when the daily quota resets, in `HH:MM` 24-hour format.
|
|
25
|
-
attr_reader :daily_reset_time
|
|
26
|
-
|
|
27
|
-
# The timezone offset used for the daily reset time, in `±HH:MM` format.
|
|
28
|
-
attr_reader :daily_reset_timezone
|
|
29
|
-
|
|
30
|
-
# The action to take when the session quota is reached.
|
|
31
|
-
attr_reader :quota_reached_action
|
|
32
|
-
|
|
33
|
-
# The maximum number of sessions allowed within the window.
|
|
34
|
-
attr_reader :session_limit
|
|
35
|
-
|
|
36
|
-
# The window type over which the session limit is enforced.
|
|
37
|
-
attr_reader :window_type
|
|
38
|
-
|
|
39
|
-
attr_accessor :additional_properties
|
|
40
|
-
|
|
41
|
-
# Attribute mapping from ruby-style variable name to JSON key.
|
|
42
|
-
# @!visibility private
|
|
43
|
-
def self.attribute_map
|
|
44
|
-
{
|
|
45
|
-
:'daily_reset_time' => :'daily_reset_time',
|
|
46
|
-
:'daily_reset_timezone' => :'daily_reset_timezone',
|
|
47
|
-
:'quota_reached_action' => :'quota_reached_action',
|
|
48
|
-
:'session_limit' => :'session_limit',
|
|
49
|
-
:'window_type' => :'window_type'
|
|
50
|
-
}
|
|
51
|
-
end
|
|
52
|
-
|
|
53
|
-
# Attribute type mapping.
|
|
54
|
-
# @!visibility private
|
|
55
|
-
def self.openapi_types
|
|
56
|
-
{
|
|
57
|
-
:'daily_reset_time' => :'String',
|
|
58
|
-
:'daily_reset_timezone' => :'String',
|
|
59
|
-
:'quota_reached_action' => :'RumRateLimitQuotaReachedAction',
|
|
60
|
-
:'session_limit' => :'Integer',
|
|
61
|
-
:'window_type' => :'RumRateLimitWindowType'
|
|
62
|
-
}
|
|
63
|
-
end
|
|
64
|
-
|
|
65
|
-
# Initializes the object
|
|
66
|
-
# @param attributes [Hash] Model attributes in the form of hash
|
|
67
|
-
# @!visibility private
|
|
68
|
-
def initialize(attributes = {})
|
|
69
|
-
if (!attributes.is_a?(Hash))
|
|
70
|
-
fail ArgumentError, "The input argument (attributes) must be a hash in `DatadogAPIClient::V2::RumRateLimitCustomConfig` initialize method"
|
|
71
|
-
end
|
|
72
|
-
|
|
73
|
-
self.additional_properties = {}
|
|
74
|
-
# check to see if the attribute exists and convert string to symbol for hash key
|
|
75
|
-
attributes = attributes.each_with_object({}) { |(k, v), h|
|
|
76
|
-
if (!self.class.attribute_map.key?(k.to_sym))
|
|
77
|
-
self.additional_properties[k.to_sym] = v
|
|
78
|
-
else
|
|
79
|
-
h[k.to_sym] = v
|
|
80
|
-
end
|
|
81
|
-
}
|
|
82
|
-
|
|
83
|
-
if attributes.key?(:'daily_reset_time')
|
|
84
|
-
self.daily_reset_time = attributes[:'daily_reset_time']
|
|
85
|
-
end
|
|
86
|
-
|
|
87
|
-
if attributes.key?(:'daily_reset_timezone')
|
|
88
|
-
self.daily_reset_timezone = attributes[:'daily_reset_timezone']
|
|
89
|
-
end
|
|
90
|
-
|
|
91
|
-
if attributes.key?(:'quota_reached_action')
|
|
92
|
-
self.quota_reached_action = attributes[:'quota_reached_action']
|
|
93
|
-
end
|
|
94
|
-
|
|
95
|
-
if attributes.key?(:'session_limit')
|
|
96
|
-
self.session_limit = attributes[:'session_limit']
|
|
97
|
-
end
|
|
98
|
-
|
|
99
|
-
if attributes.key?(:'window_type')
|
|
100
|
-
self.window_type = attributes[:'window_type']
|
|
101
|
-
end
|
|
102
|
-
end
|
|
103
|
-
|
|
104
|
-
# Check to see if the all the properties in the model are valid
|
|
105
|
-
# @return true if the model is valid
|
|
106
|
-
# @!visibility private
|
|
107
|
-
def valid?
|
|
108
|
-
return false if @daily_reset_time.nil?
|
|
109
|
-
pattern = Regexp.new(/^([01]\d|2[0-3]):[0-5]\d$/)
|
|
110
|
-
return false if @daily_reset_time !~ pattern
|
|
111
|
-
return false if @daily_reset_timezone.nil?
|
|
112
|
-
pattern = Regexp.new(/^[+-](0\d|1[0-4]):[0-5]\d$/)
|
|
113
|
-
return false if @daily_reset_timezone !~ pattern
|
|
114
|
-
return false if @quota_reached_action.nil?
|
|
115
|
-
return false if @session_limit.nil?
|
|
116
|
-
return false if @session_limit < 1
|
|
117
|
-
return false if @window_type.nil?
|
|
118
|
-
true
|
|
119
|
-
end
|
|
120
|
-
|
|
121
|
-
# Custom attribute writer method with validation
|
|
122
|
-
# @param daily_reset_time [Object] Object to be assigned
|
|
123
|
-
# @!visibility private
|
|
124
|
-
def daily_reset_time=(daily_reset_time)
|
|
125
|
-
if daily_reset_time.nil?
|
|
126
|
-
fail ArgumentError, 'invalid value for "daily_reset_time", daily_reset_time cannot be nil.'
|
|
127
|
-
end
|
|
128
|
-
pattern = Regexp.new(/^([01]\d|2[0-3]):[0-5]\d$/)
|
|
129
|
-
if daily_reset_time !~ pattern
|
|
130
|
-
fail ArgumentError, "invalid value for \"daily_reset_time\", must conform to the pattern #{pattern}."
|
|
131
|
-
end
|
|
132
|
-
@daily_reset_time = daily_reset_time
|
|
133
|
-
end
|
|
134
|
-
|
|
135
|
-
# Custom attribute writer method with validation
|
|
136
|
-
# @param daily_reset_timezone [Object] Object to be assigned
|
|
137
|
-
# @!visibility private
|
|
138
|
-
def daily_reset_timezone=(daily_reset_timezone)
|
|
139
|
-
if daily_reset_timezone.nil?
|
|
140
|
-
fail ArgumentError, 'invalid value for "daily_reset_timezone", daily_reset_timezone cannot be nil.'
|
|
141
|
-
end
|
|
142
|
-
pattern = Regexp.new(/^[+-](0\d|1[0-4]):[0-5]\d$/)
|
|
143
|
-
if daily_reset_timezone !~ pattern
|
|
144
|
-
fail ArgumentError, "invalid value for \"daily_reset_timezone\", must conform to the pattern #{pattern}."
|
|
145
|
-
end
|
|
146
|
-
@daily_reset_timezone = daily_reset_timezone
|
|
147
|
-
end
|
|
148
|
-
|
|
149
|
-
# Custom attribute writer method with validation
|
|
150
|
-
# @param quota_reached_action [Object] Object to be assigned
|
|
151
|
-
# @!visibility private
|
|
152
|
-
def quota_reached_action=(quota_reached_action)
|
|
153
|
-
if quota_reached_action.nil?
|
|
154
|
-
fail ArgumentError, 'invalid value for "quota_reached_action", quota_reached_action cannot be nil.'
|
|
155
|
-
end
|
|
156
|
-
@quota_reached_action = quota_reached_action
|
|
157
|
-
end
|
|
158
|
-
|
|
159
|
-
# Custom attribute writer method with validation
|
|
160
|
-
# @param session_limit [Object] Object to be assigned
|
|
161
|
-
# @!visibility private
|
|
162
|
-
def session_limit=(session_limit)
|
|
163
|
-
if session_limit.nil?
|
|
164
|
-
fail ArgumentError, 'invalid value for "session_limit", session_limit cannot be nil.'
|
|
165
|
-
end
|
|
166
|
-
if session_limit < 1
|
|
167
|
-
fail ArgumentError, 'invalid value for "session_limit", must be greater than or equal to 1.'
|
|
168
|
-
end
|
|
169
|
-
@session_limit = session_limit
|
|
170
|
-
end
|
|
171
|
-
|
|
172
|
-
# Custom attribute writer method with validation
|
|
173
|
-
# @param window_type [Object] Object to be assigned
|
|
174
|
-
# @!visibility private
|
|
175
|
-
def window_type=(window_type)
|
|
176
|
-
if window_type.nil?
|
|
177
|
-
fail ArgumentError, 'invalid value for "window_type", window_type cannot be nil.'
|
|
178
|
-
end
|
|
179
|
-
@window_type = window_type
|
|
180
|
-
end
|
|
181
|
-
|
|
182
|
-
# Returns the object in the form of hash, with additionalProperties support.
|
|
183
|
-
# @return [Hash] Returns the object in the form of hash
|
|
184
|
-
# @!visibility private
|
|
185
|
-
def to_hash
|
|
186
|
-
hash = {}
|
|
187
|
-
self.class.attribute_map.each_pair do |attr, param|
|
|
188
|
-
value = self.send(attr)
|
|
189
|
-
if value.nil?
|
|
190
|
-
is_nullable = self.class.openapi_nullable.include?(attr)
|
|
191
|
-
next if !is_nullable || (is_nullable && !instance_variable_defined?(:"@#{attr}"))
|
|
192
|
-
end
|
|
193
|
-
|
|
194
|
-
hash[param] = _to_hash(value)
|
|
195
|
-
end
|
|
196
|
-
self.additional_properties.each_pair do |attr, value|
|
|
197
|
-
hash[attr] = value
|
|
198
|
-
end
|
|
199
|
-
hash
|
|
200
|
-
end
|
|
201
|
-
|
|
202
|
-
# Checks equality by comparing each attribute.
|
|
203
|
-
# @param o [Object] Object to be compared
|
|
204
|
-
# @!visibility private
|
|
205
|
-
def ==(o)
|
|
206
|
-
return true if self.equal?(o)
|
|
207
|
-
self.class == o.class &&
|
|
208
|
-
daily_reset_time == o.daily_reset_time &&
|
|
209
|
-
daily_reset_timezone == o.daily_reset_timezone &&
|
|
210
|
-
quota_reached_action == o.quota_reached_action &&
|
|
211
|
-
session_limit == o.session_limit &&
|
|
212
|
-
window_type == o.window_type &&
|
|
213
|
-
additional_properties == o.additional_properties
|
|
214
|
-
end
|
|
215
|
-
|
|
216
|
-
# Calculates hash code according to all attributes.
|
|
217
|
-
# @return [Integer] Hash code
|
|
218
|
-
# @!visibility private
|
|
219
|
-
def hash
|
|
220
|
-
[daily_reset_time, daily_reset_timezone, quota_reached_action, session_limit, window_type, additional_properties].hash
|
|
221
|
-
end
|
|
222
|
-
end
|
|
223
|
-
end
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
=begin
|
|
2
|
-
#Datadog API V2 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::V2
|
|
20
|
-
# The rate limit mode. `custom` enforces a fixed session limit, while
|
|
21
|
-
# `adaptive` dynamically adjusts retention.
|
|
22
|
-
class RumRateLimitMode
|
|
23
|
-
include BaseEnumModel
|
|
24
|
-
|
|
25
|
-
CUSTOM = "custom".freeze
|
|
26
|
-
ADAPTIVE = "adaptive".freeze
|
|
27
|
-
end
|
|
28
|
-
end
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
=begin
|
|
2
|
-
#Datadog API V2 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::V2
|
|
20
|
-
# The window type over which the session limit is enforced.
|
|
21
|
-
class RumRateLimitWindowType
|
|
22
|
-
include BaseEnumModel
|
|
23
|
-
|
|
24
|
-
DAILY = "daily".freeze
|
|
25
|
-
end
|
|
26
|
-
end
|