Skip to content

Commit 62903bd

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 5e5217e of spec repo
1 parent 380427f commit 62903bd

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.generator/schemas/v2/openapi.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1890,7 +1890,8 @@ components:
18901890
type: object
18911891
AWSLogsServicesResponseDataType:
18921892
default: logs_services
1893-
description: The `AWSLogsServicesResponseData` `type`.
1893+
description: The `AWSLogsServicesResponseData` `type`. Test to trigger client
1894+
generation.
18941895
enum:
18951896
- logs_services
18961897
example: logs_services

src/datadogV2/model/model_aws_logs_services_response_data.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ pub struct AWSLogsServicesResponseData {
1717
/// The `AWSLogsServicesResponseData` `id`.
1818
#[serde(rename = "id")]
1919
pub id: String,
20-
/// The `AWSLogsServicesResponseData` `type`.
20+
/// The `AWSLogsServicesResponseData` `type`. Test to trigger client generation.
2121
#[serde(rename = "type")]
2222
pub type_: crate::datadogV2::model::AWSLogsServicesResponseDataType,
2323
#[serde(flatten)]

0 commit comments

Comments
 (0)