Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .generator/schemas/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6107,6 +6107,7 @@ components:
The available values depend on retention plans specified in your organization's contract/subscriptions.
example: 360
format: int64
nullable: true
type: integer
num_retention_days:
description: |-
Expand Down Expand Up @@ -6179,6 +6180,7 @@ components:
**Note**: Changing this value affects all logs already in this index. It may also affect billing.
example: 360
format: int64
nullable: true
type: integer
num_retention_days:
description: |-
Expand Down
8 changes: 8 additions & 0 deletions lib/datadog_api_client/v1/models/logs_index.rb
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,14 @@ def self.openapi_types
}
end

# List of attributes with nullable: true
# @!visibility private
def self.openapi_nullable
Set.new([
:'num_flex_logs_retention_days',
])
end

# Initializes the object
# @param attributes [Hash] Model attributes in the form of hash
# @!visibility private
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,14 @@ def self.openapi_types
}
end

# List of attributes with nullable: true
# @!visibility private
def self.openapi_nullable
Set.new([
:'num_flex_logs_retention_days',
])
end

# Initializes the object
# @param attributes [Hash] Model attributes in the form of hash
# @!visibility private
Expand Down
Loading