File tree Expand file tree Collapse file tree 3 files changed +11
-7
lines changed
src/main/java/com/aliyun/devops20210625/models Expand file tree Collapse file tree 3 files changed +11
-7
lines changed Original file line number Diff line number Diff line change
1
+ 2024-02-01 Version: 4.10.1
2
+ - Update API ListUserKeysupdate response param.
3
+
4
+
1
5
2024-01-31 Version: 4.10.0
2
6
- Support API CreateCheckRun.
3
7
- Support API GetCheckRun.
Original file line number Diff line number Diff line change 3
3
<modelVersion >4.0.0</modelVersion >
4
4
<groupId >com.aliyun</groupId >
5
5
<artifactId >devops20210625</artifactId >
6
- <version >4.10.0 </version >
6
+ <version >4.10.1 </version >
7
7
<packaging >jar</packaging >
8
8
<name >devops20210625</name >
9
9
<description >Alibaba Cloud devops (20210625) SDK for Java
Original file line number Diff line number Diff line change @@ -86,8 +86,8 @@ public static class ListUserKeysResponseBodyResult extends TeaModel {
86
86
@ NameInMap ("publicKey" )
87
87
public String publicKey ;
88
88
89
- @ NameInMap ("tittle " )
90
- public String tittle ;
89
+ @ NameInMap ("title " )
90
+ public String title ;
91
91
92
92
public static ListUserKeysResponseBodyResult build (java .util .Map <String , ?> map ) throws Exception {
93
93
ListUserKeysResponseBodyResult self = new ListUserKeysResponseBodyResult ();
@@ -150,12 +150,12 @@ public String getPublicKey() {
150
150
return this .publicKey ;
151
151
}
152
152
153
- public ListUserKeysResponseBodyResult setTittle (String tittle ) {
154
- this .tittle = tittle ;
153
+ public ListUserKeysResponseBodyResult setTitle (String title ) {
154
+ this .title = title ;
155
155
return this ;
156
156
}
157
- public String getTittle () {
158
- return this .tittle ;
157
+ public String getTitle () {
158
+ return this .title ;
159
159
}
160
160
161
161
}
You can’t perform that action at this time.
0 commit comments