We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e08fcd8 commit 10c318bCopy full SHA for 10c318b
1 file changed
.sdk_metadata.json
@@ -7,7 +7,15 @@
7
"languages": [
8
"Apex"
9
],
10
- "userAgent": ["ApexServerClient"]
+ "userAgent": ["ApexServerClient"],
11
+ "features": {
12
+ "allFlags": { "introduced": "1.0" },
13
+ "experimentation": { "introduced": "1.1" },
14
+ "privateAttrs": { "introduced": "1.0" },
15
+ "track": { "introduced": "1.0" },
16
+ "variationDetail": { "introduced": "1.0" },
17
+ "webProxy": { "introduced": "1.0" }
18
+ }
19
}
20
21
0 commit comments