Skip to content

Commit 28ff53e

Browse files
author
ci.datadog-api-spec
committed
pre-commit fixes
1 parent 1a85355 commit 28ff53e

File tree

3,105 files changed

+0
-10833
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

3,105 files changed

+0
-10833
lines changed

lib/datadog_api_client/v1/models/add_signal_to_incident_request.rb

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,10 @@ module DatadogAPIClient::V1
2020
# Attributes describing which incident to add the signal to.
2121
class AddSignalToIncidentRequest
2222
include BaseGenericModel
23-
2423
# Whether to post the signal on the incident timeline.
2524
attr_accessor :add_to_signal_timeline
26-
2725
# Public ID attribute of the incident to which the signal will be added.
2826
attr_reader :incident_id
29-
3027
# Version of the updated signal. If server side version is higher, update will be rejected.
3128
attr_accessor :version
3229

lib/datadog_api_client/v1/models/alert_graph_widget_definition.rb

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,25 +20,18 @@ module DatadogAPIClient::V1
2020
# Alert graphs are timeseries graphs showing the current status of any monitor defined on your system.
2121
class AlertGraphWidgetDefinition
2222
include BaseGenericModel
23-
2423
# ID of the alert to use in the widget.
2524
attr_reader :alert_id
26-
2725
# Time setting for the widget.
2826
attr_accessor :time
29-
3027
# The title of the widget.
3128
attr_accessor :title
32-
3329
# How to align the text on the widget.
3430
attr_accessor :title_align
35-
3631
# Size of the title.
3732
attr_accessor :title_size
38-
3933
# Type of the alert graph widget.
4034
attr_reader :type
41-
4235
# Whether to display the Alert Graph as a timeseries or a top list.
4336
attr_reader :viz_type
4437

lib/datadog_api_client/v1/models/alert_value_widget_definition.rb

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,28 +20,20 @@ module DatadogAPIClient::V1
2020
# Alert values are query values showing the current value of the metric in any monitor defined on your system.
2121
class AlertValueWidgetDefinition
2222
include BaseGenericModel
23-
2423
# ID of the alert to use in the widget.
2524
attr_reader :alert_id
26-
2725
# Number of decimal to show. If not defined, will use the raw value.
2826
attr_accessor :precision
29-
3027
# How to align the text on the widget.
3128
attr_accessor :text_align
32-
3329
# Title of the widget.
3430
attr_accessor :title
35-
3631
# How to align the text on the widget.
3732
attr_accessor :title_align
38-
3933
# Size of value in the widget.
4034
attr_accessor :title_size
41-
4235
# Type of the alert value widget.
4336
attr_reader :type
44-
4537
# Unit to display with the value.
4638
attr_accessor :unit
4739

lib/datadog_api_client/v1/models/api_error_response.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ module DatadogAPIClient::V1
2020
# Error response object.
2121
class APIErrorResponse
2222
include BaseGenericModel
23-
2423
# Array of errors returned by the API.
2524
attr_reader :errors
2625

lib/datadog_api_client/v1/models/api_key.rb

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,12 @@ module DatadogAPIClient::V1
2020
# Datadog API key.
2121
class ApiKey
2222
include BaseGenericModel
23-
2423
# Date of creation of the API key.
2524
attr_accessor :created
26-
2725
# Datadog user handle that created the API key.
2826
attr_accessor :created_by
29-
3027
# API key.
3128
attr_reader :key
32-
3329
# Name of your API key.
3430
attr_accessor :name
3531

lib/datadog_api_client/v1/models/api_key_list_response.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ module DatadogAPIClient::V1
2020
# List of API and application keys available for a given organization.
2121
class ApiKeyListResponse
2222
include BaseGenericModel
23-
2423
# Array of API keys.
2524
attr_accessor :api_keys
2625

lib/datadog_api_client/v1/models/api_key_response.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ module DatadogAPIClient::V1
2020
# An API key with its associated metadata.
2121
class ApiKeyResponse
2222
include BaseGenericModel
23-
2423
# Datadog API key.
2524
attr_accessor :api_key
2625

lib/datadog_api_client/v1/models/apm_stats_query_column_type.rb

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,12 @@ module DatadogAPIClient::V1
2020
# Column properties.
2121
class ApmStatsQueryColumnType
2222
include BaseGenericModel
23-
2423
# A user-assigned alias for the column.
2524
attr_accessor :_alias
26-
2725
# Define a display mode for the table cell.
2826
attr_accessor :cell_display_mode
29-
3027
# Column name.
3128
attr_reader :name
32-
3329
# Widget sorting methods.
3430
attr_accessor :order
3531

lib/datadog_api_client/v1/models/apm_stats_query_definition.rb

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,25 +20,18 @@ module DatadogAPIClient::V1
2020
# The APM stats query for table and distributions widgets.
2121
class ApmStatsQueryDefinition
2222
include BaseGenericModel
23-
2423
# Column properties used by the front end for display.
2524
attr_accessor :columns
26-
2725
# Environment name.
2826
attr_reader :env
29-
3027
# Operation name associated with service.
3128
attr_reader :name
32-
3329
# The organization's host group name and value.
3430
attr_reader :primary_tag
35-
3631
# Resource name.
3732
attr_accessor :resource
38-
3933
# The level of detail for the request.
4034
attr_reader :row_type
41-
4235
# Service name.
4336
attr_reader :service
4437

lib/datadog_api_client/v1/models/application_key.rb

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,10 @@ module DatadogAPIClient::V1
2020
# An application key with its associated metadata.
2121
class ApplicationKey
2222
include BaseGenericModel
23-
2423
# Hash of an application key.
2524
attr_reader :_hash
26-
2725
# Name of an application key.
2826
attr_accessor :name
29-
3027
# Owner of an application key.
3128
attr_accessor :owner
3229

0 commit comments

Comments
 (0)