File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -1890,7 +1890,8 @@ components:
1890
1890
type: object
1891
1891
AWSLogsServicesResponseDataType:
1892
1892
default: logs_services
1893
- description: The `AWSLogsServicesResponseData` `type`.
1893
+ description: The `AWSLogsServicesResponseData` `type`. Test to trigger client
1894
+ generation.
1894
1895
enum:
1895
1896
- logs_services
1896
1897
example: logs_services
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ pub struct AWSLogsServicesResponseData {
17
17
/// The `AWSLogsServicesResponseData` `id`.
18
18
#[ serde( rename = "id" ) ]
19
19
pub id : String ,
20
- /// The `AWSLogsServicesResponseData` `type`.
20
+ /// The `AWSLogsServicesResponseData` `type`. Test to trigger client generation.
21
21
#[ serde( rename = "type" ) ]
22
22
pub type_ : crate :: datadogV2:: model:: AWSLogsServicesResponseDataType ,
23
23
#[ serde( flatten) ]
You can’t perform that action at this time.
0 commit comments