File tree 3 files changed +6
-6
lines changed
packages/datadog-api-client-v2/models
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 4
4
"spec_versions": {
5
5
"v1": {
6
6
"apigentools_version": "1.6.6",
7
- "regenerated": "2025-02-07 15:58:47.022889 ",
8
- "spec_repo_commit": "1ff7c087 "
7
+ "regenerated": "2025-02-10 19:09:32.740537 ",
8
+ "spec_repo_commit": "824f78a1 "
9
9
},
10
10
"v2": {
11
11
"apigentools_version": "1.6.6",
12
- "regenerated": "2025-02-07 15:58:47.038214 ",
13
- "spec_repo_commit": "1ff7c087 "
12
+ "regenerated": "2025-02-10 19:09:32.756088 ",
13
+ "spec_repo_commit": "824f78a1 "
14
14
}
15
15
}
16
16
}
Original file line number Diff line number Diff line change @@ -11903,7 +11903,7 @@ components:
11903
11903
description: The schema representation of a Fastly service.
11904
11904
properties:
11905
11905
id:
11906
- description: The id of the Fastly service
11906
+ description: The ID of the Fastly service
11907
11907
example: 6abc7de6893AbcDe9fghIj
11908
11908
type: string
11909
11909
tags:
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import { AttributeTypeMap } from "../../datadog-api-client-common/util";
11
11
*/
12
12
export class FastlyService {
13
13
/**
14
- * The id of the Fastly service
14
+ * The ID of the Fastly service
15
15
*/
16
16
"id" : string ;
17
17
/**
You can’t perform that action at this time.
0 commit comments