Skip to content
Closed
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
3 changes: 2 additions & 1 deletion .generator/schemas/v2/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1890,7 +1890,8 @@ components:
type: object
AWSLogsServicesResponseDataType:
default: logs_services
description: The `AWSLogsServicesResponseData` `type`.
description: The `AWSLogsServicesResponseData` `type`. Test to trigger client
generation.
enum:
- logs_services
example: logs_services
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class AWSLogsServicesResponseData
# The `AWSLogsServicesResponseData` `id`.
attr_reader :id

# The `AWSLogsServicesResponseData` `type`.
# The `AWSLogsServicesResponseData` `type`. Test to trigger client generation.
attr_reader :type

attr_accessor :additional_properties
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
require 'time'

module DatadogAPIClient::V2
# The `AWSLogsServicesResponseData` `type`.
# The `AWSLogsServicesResponseData` `type`. Test to trigger client generation.
class AWSLogsServicesResponseDataType
include BaseEnumModel

Expand Down
Loading