File tree Expand file tree Collapse file tree 4 files changed +4
-27
lines changed
packages/datadog-api-client-v2/models Expand file tree Collapse file tree 4 files changed +4
-27
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": "2024-08-16 13:40:37.635915 ",
8
- "spec_repo_commit": "1b56c3ba "
7
+ "regenerated": "2024-08-16 20:37:03.424282 ",
8
+ "spec_repo_commit": "9c789d05 "
9
9
},
10
10
"v2": {
11
11
"apigentools_version": "1.6.6",
12
- "regenerated": "2024-08-16 13:40:37.656678 ",
13
- "spec_repo_commit": "1b56c3ba "
12
+ "regenerated": "2024-08-16 20:37:03.442650 ",
13
+ "spec_repo_commit": "9c789d05 "
14
14
}
15
15
}
16
16
}
Original file line number Diff line number Diff line change @@ -8075,10 +8075,6 @@ components:
8075
8075
FastlyAccounResponseAttributes:
8076
8076
description: Attributes object of a Fastly account.
8077
8077
properties:
8078
- api_key:
8079
- description: The FastlyAccounResponseAttributes api_key.
8080
- type: string
8081
- writeOnly: true
8082
8078
name:
8083
8079
description: The name of the Fastly account.
8084
8080
example: test-name
@@ -8176,9 +8172,6 @@ components:
8176
8172
description: The API key of the Fastly account.
8177
8173
example: ABCDEFG123
8178
8174
type: string
8179
- name:
8180
- description: The FastlyAccountUpdateRequestAttributes name.
8181
- type: string
8182
8175
type: object
8183
8176
FastlyAccountUpdateRequestData:
8184
8177
description: Data object for updating a Fastly account.
Original file line number Diff line number Diff line change @@ -11,10 +11,6 @@ import { AttributeTypeMap } from "../../datadog-api-client-common/util";
11
11
* Attributes object of a Fastly account.
12
12
*/
13
13
export class FastlyAccounResponseAttributes {
14
- /**
15
- * The FastlyAccounResponseAttributes api_key.
16
- */
17
- "apiKey" ?: string ;
18
14
/**
19
15
* The name of the Fastly account.
20
16
*/
@@ -40,10 +36,6 @@ export class FastlyAccounResponseAttributes {
40
36
* @ignore
41
37
*/
42
38
static readonly attributeTypeMap : AttributeTypeMap = {
43
- apiKey : {
44
- baseName : "api_key" ,
45
- type : "string" ,
46
- } ,
47
39
name : {
48
40
baseName : "name" ,
49
41
type : "string" ,
Original file line number Diff line number Diff line change @@ -14,10 +14,6 @@ export class FastlyAccountUpdateRequestAttributes {
14
14
* The API key of the Fastly account.
15
15
*/
16
16
"apiKey" ?: string ;
17
- /**
18
- * The FastlyAccountUpdateRequestAttributes name.
19
- */
20
- "name" ?: string ;
21
17
22
18
/**
23
19
* A container for additional, undeclared properties.
@@ -39,10 +35,6 @@ export class FastlyAccountUpdateRequestAttributes {
39
35
baseName : "api_key" ,
40
36
type : "string" ,
41
37
} ,
42
- name : {
43
- baseName : "name" ,
44
- type : "string" ,
45
- } ,
46
38
additionalProperties : {
47
39
baseName : "additionalProperties" ,
48
40
type : "any" ,
You can’t perform that action at this time.
0 commit comments