File tree Expand file tree Collapse file tree 10 files changed +73
-70
lines changed
aliyun-net-sdk-dataworks-public Expand file tree Collapse file tree 10 files changed +73
-70
lines changed Original file line number Diff line number Diff line change 1+ 2021-09-26 Version: 3.4.1
2+ - Generated 2020-05-18 for `dataworks-public`.
3+
142021-09-26 Version: 1.10.4
25- Support odcap device.
36
Original file line number Diff line number Diff line change @@ -25,33 +25,33 @@ namespace Aliyun.Acs.dataworks_public.Model.V20200518
2525 public class GenerateDISyncTaskConfigForCreatingResponse : AcsResponse
2626 {
2727
28- private string requestId ;
29-
3028 private bool ? success ;
3129
30+ private string requestId ;
31+
3232 private GenerateDISyncTaskConfigForCreating_Data data ;
3333
34- public string RequestId
34+ public bool ? Success
3535 {
3636 get
3737 {
38- return requestId ;
38+ return success ;
3939 }
4040 set
4141 {
42- requestId = value ;
42+ success = value ;
4343 }
4444 }
4545
46- public bool ? Success
46+ public string RequestId
4747 {
4848 get
4949 {
50- return success ;
50+ return requestId ;
5151 }
5252 set
5353 {
54- success = value ;
54+ requestId = value ;
5555 }
5656 }
5757
@@ -70,33 +70,33 @@ public GenerateDISyncTaskConfigForCreating_Data Data
7070 public class GenerateDISyncTaskConfigForCreating_Data
7171 {
7272
73- private long ? processId ;
74-
7573 private string status ;
7674
75+ private long ? processId ;
76+
7777 private string message ;
7878
79- public long ? ProcessId
79+ public string Status
8080 {
8181 get
8282 {
83- return processId ;
83+ return status ;
8484 }
8585 set
8686 {
87- processId = value ;
87+ status = value ;
8888 }
8989 }
9090
91- public string Status
91+ public long ? ProcessId
9292 {
9393 get
9494 {
95- return status ;
95+ return processId ;
9696 }
9797 set
9898 {
99- status = value ;
99+ processId = value ;
100100 }
101101 }
102102
Original file line number Diff line number Diff line change @@ -25,33 +25,33 @@ namespace Aliyun.Acs.dataworks_public.Model.V20200518
2525 public class GenerateDISyncTaskConfigForUpdatingResponse : AcsResponse
2626 {
2727
28- private string requestId ;
29-
3028 private bool ? success ;
3129
30+ private string requestId ;
31+
3232 private GenerateDISyncTaskConfigForUpdating_Data data ;
3333
34- public string RequestId
34+ public bool ? Success
3535 {
3636 get
3737 {
38- return requestId ;
38+ return success ;
3939 }
4040 set
4141 {
42- requestId = value ;
42+ success = value ;
4343 }
4444 }
4545
46- public bool ? Success
46+ public string RequestId
4747 {
4848 get
4949 {
50- return success ;
50+ return requestId ;
5151 }
5252 set
5353 {
54- success = value ;
54+ requestId = value ;
5555 }
5656 }
5757
@@ -70,33 +70,33 @@ public GenerateDISyncTaskConfigForUpdating_Data Data
7070 public class GenerateDISyncTaskConfigForUpdating_Data
7171 {
7272
73- private long ? processId ;
74-
7573 private string status ;
7674
75+ private long ? processId ;
76+
7777 private string message ;
7878
79- public long ? ProcessId
79+ public string Status
8080 {
8181 get
8282 {
83- return processId ;
83+ return status ;
8484 }
8585 set
8686 {
87- processId = value ;
87+ status = value ;
8888 }
8989 }
9090
91- public string Status
91+ public long ? ProcessId
9292 {
9393 get
9494 {
95- return status ;
95+ return processId ;
9696 }
9797 set
9898 {
99- status = value ;
99+ processId = value ;
100100 }
101101 }
102102
Original file line number Diff line number Diff line change @@ -25,33 +25,33 @@ namespace Aliyun.Acs.dataworks_public.Model.V20200518
2525 public class QueryDISyncTaskConfigProcessResultResponse : AcsResponse
2626 {
2727
28- private string requestId ;
29-
3028 private bool ? success ;
3129
30+ private string requestId ;
31+
3232 private QueryDISyncTaskConfigProcessResult_Data data ;
3333
34- public string RequestId
34+ public bool ? Success
3535 {
3636 get
3737 {
38- return requestId ;
38+ return success ;
3939 }
4040 set
4141 {
42- requestId = value ;
42+ success = value ;
4343 }
4444 }
4545
46- public bool ? Success
46+ public string RequestId
4747 {
4848 get
4949 {
50- return success ;
50+ return requestId ;
5151 }
5252 set
5353 {
54- success = value ;
54+ requestId = value ;
5555 }
5656 }
5757
Original file line number Diff line number Diff line change @@ -25,39 +25,39 @@ namespace Aliyun.Acs.dataworks_public.Model.V20200518
2525 public class UpdateRemindResponse : AcsResponse
2626 {
2727
28- private bool ? success ;
28+ private int ? httpStatusCode ;
2929
30- private string errorCode ;
30+ private bool ? data ;
3131
3232 private string errorMessage ;
3333
34- private int ? httpStatusCode ;
35-
3634 private string requestId ;
3735
38- private bool ? data ;
36+ private bool ? success ;
3937
40- public bool ? Success
38+ private string errorCode ;
39+
40+ public int ? HttpStatusCode
4141 {
4242 get
4343 {
44- return success ;
44+ return httpStatusCode ;
4545 }
4646 set
4747 {
48- success = value ;
48+ httpStatusCode = value ;
4949 }
5050 }
5151
52- public string ErrorCode
52+ public bool ? Data
5353 {
5454 get
5555 {
56- return errorCode ;
56+ return data ;
5757 }
5858 set
5959 {
60- errorCode = value ;
60+ data = value ;
6161 }
6262 }
6363
@@ -73,39 +73,39 @@ public string ErrorMessage
7373 }
7474 }
7575
76- public int ? HttpStatusCode
76+ public string RequestId
7777 {
7878 get
7979 {
80- return httpStatusCode ;
80+ return requestId ;
8181 }
8282 set
8383 {
84- httpStatusCode = value ;
84+ requestId = value ;
8585 }
8686 }
8787
88- public string RequestId
88+ public bool ? Success
8989 {
9090 get
9191 {
92- return requestId ;
92+ return success ;
9393 }
9494 set
9595 {
96- requestId = value ;
96+ success = value ;
9797 }
9898 }
9999
100- public bool ? Data
100+ public string ErrorCode
101101 {
102102 get
103103 {
104- return data ;
104+ return errorCode ;
105105 }
106106 set
107107 {
108- data = value ;
108+ errorCode = value ;
109109 }
110110 }
111111 }
Original file line number Diff line number Diff line change @@ -31,12 +31,12 @@ public static GenerateDISyncTaskConfigForCreatingResponse Unmarshall(Unmarshalle
3131 GenerateDISyncTaskConfigForCreatingResponse generateDISyncTaskConfigForCreatingResponse = new GenerateDISyncTaskConfigForCreatingResponse ( ) ;
3232
3333 generateDISyncTaskConfigForCreatingResponse . HttpResponse = _ctx . HttpResponse ;
34- generateDISyncTaskConfigForCreatingResponse . RequestId = _ctx . StringValue ( "GenerateDISyncTaskConfigForCreating.RequestId" ) ;
3534 generateDISyncTaskConfigForCreatingResponse . Success = _ctx . BooleanValue ( "GenerateDISyncTaskConfigForCreating.Success" ) ;
35+ generateDISyncTaskConfigForCreatingResponse . RequestId = _ctx . StringValue ( "GenerateDISyncTaskConfigForCreating.RequestId" ) ;
3636
3737 GenerateDISyncTaskConfigForCreatingResponse . GenerateDISyncTaskConfigForCreating_Data data = new GenerateDISyncTaskConfigForCreatingResponse . GenerateDISyncTaskConfigForCreating_Data ( ) ;
38- data . ProcessId = _ctx . LongValue ( "GenerateDISyncTaskConfigForCreating.Data.ProcessId" ) ;
3938 data . Status = _ctx . StringValue ( "GenerateDISyncTaskConfigForCreating.Data.Status" ) ;
39+ data . ProcessId = _ctx . LongValue ( "GenerateDISyncTaskConfigForCreating.Data.ProcessId" ) ;
4040 data . Message = _ctx . StringValue ( "GenerateDISyncTaskConfigForCreating.Data.Message" ) ;
4141 generateDISyncTaskConfigForCreatingResponse . Data = data ;
4242
Original file line number Diff line number Diff line change @@ -31,12 +31,12 @@ public static GenerateDISyncTaskConfigForUpdatingResponse Unmarshall(Unmarshalle
3131 GenerateDISyncTaskConfigForUpdatingResponse generateDISyncTaskConfigForUpdatingResponse = new GenerateDISyncTaskConfigForUpdatingResponse ( ) ;
3232
3333 generateDISyncTaskConfigForUpdatingResponse . HttpResponse = _ctx . HttpResponse ;
34- generateDISyncTaskConfigForUpdatingResponse . RequestId = _ctx . StringValue ( "GenerateDISyncTaskConfigForUpdating.RequestId" ) ;
3534 generateDISyncTaskConfigForUpdatingResponse . Success = _ctx . BooleanValue ( "GenerateDISyncTaskConfigForUpdating.Success" ) ;
35+ generateDISyncTaskConfigForUpdatingResponse . RequestId = _ctx . StringValue ( "GenerateDISyncTaskConfigForUpdating.RequestId" ) ;
3636
3737 GenerateDISyncTaskConfigForUpdatingResponse . GenerateDISyncTaskConfigForUpdating_Data data = new GenerateDISyncTaskConfigForUpdatingResponse . GenerateDISyncTaskConfigForUpdating_Data ( ) ;
38- data . ProcessId = _ctx . LongValue ( "GenerateDISyncTaskConfigForUpdating.Data.ProcessId" ) ;
3938 data . Status = _ctx . StringValue ( "GenerateDISyncTaskConfigForUpdating.Data.Status" ) ;
39+ data . ProcessId = _ctx . LongValue ( "GenerateDISyncTaskConfigForUpdating.Data.ProcessId" ) ;
4040 data . Message = _ctx . StringValue ( "GenerateDISyncTaskConfigForUpdating.Data.Message" ) ;
4141 generateDISyncTaskConfigForUpdatingResponse . Data = data ;
4242
Original file line number Diff line number Diff line change @@ -31,8 +31,8 @@ public static QueryDISyncTaskConfigProcessResultResponse Unmarshall(Unmarshaller
3131 QueryDISyncTaskConfigProcessResultResponse queryDISyncTaskConfigProcessResultResponse = new QueryDISyncTaskConfigProcessResultResponse ( ) ;
3232
3333 queryDISyncTaskConfigProcessResultResponse . HttpResponse = _ctx . HttpResponse ;
34- queryDISyncTaskConfigProcessResultResponse . RequestId = _ctx . StringValue ( "QueryDISyncTaskConfigProcessResult.RequestId" ) ;
3534 queryDISyncTaskConfigProcessResultResponse . Success = _ctx . BooleanValue ( "QueryDISyncTaskConfigProcessResult.Success" ) ;
35+ queryDISyncTaskConfigProcessResultResponse . RequestId = _ctx . StringValue ( "QueryDISyncTaskConfigProcessResult.RequestId" ) ;
3636
3737 QueryDISyncTaskConfigProcessResultResponse . QueryDISyncTaskConfigProcessResult_Data data = new QueryDISyncTaskConfigProcessResultResponse . QueryDISyncTaskConfigProcessResult_Data ( ) ;
3838 data . Status = _ctx . StringValue ( "QueryDISyncTaskConfigProcessResult.Data.Status" ) ;
Original file line number Diff line number Diff line change @@ -31,12 +31,12 @@ public static UpdateRemindResponse Unmarshall(UnmarshallerContext _ctx)
3131 UpdateRemindResponse updateRemindResponse = new UpdateRemindResponse ( ) ;
3232
3333 updateRemindResponse . HttpResponse = _ctx . HttpResponse ;
34- updateRemindResponse . Success = _ctx . BooleanValue ( "UpdateRemind.Success" ) ;
35- updateRemindResponse . ErrorCode = _ctx . StringValue ( "UpdateRemind.ErrorCode" ) ;
36- updateRemindResponse . ErrorMessage = _ctx . StringValue ( "UpdateRemind.ErrorMessage" ) ;
3734 updateRemindResponse . HttpStatusCode = _ctx . IntegerValue ( "UpdateRemind.HttpStatusCode" ) ;
35+ updateRemindResponse . Data = _ctx . BooleanValue ( "UpdateRemind.Data" ) ;
36+ updateRemindResponse . ErrorMessage = _ctx . StringValue ( "UpdateRemind.ErrorMessage" ) ;
3837 updateRemindResponse . RequestId = _ctx . StringValue ( "UpdateRemind.RequestId" ) ;
39- updateRemindResponse . Data = _ctx . BooleanValue ( "UpdateRemind.Data" ) ;
38+ updateRemindResponse . Success = _ctx . BooleanValue ( "UpdateRemind.Success" ) ;
39+ updateRemindResponse . ErrorCode = _ctx . StringValue ( "UpdateRemind.ErrorCode" ) ;
4040
4141 return updateRemindResponse ;
4242 }
Original file line number Diff line number Diff line change 33 <PropertyGroup >
44 <TargetFrameworks >netstandard2.0;net45</TargetFrameworks >
55 <RootNamespace >Aliyun.Acs.dataworks_public</RootNamespace >
6- <Version >3.4.0 </Version >
6+ <Version >3.4.1 </Version >
77 <Authors >Alibaba Cloud</Authors >
88 <Copyright >©2009-2019 Alibaba Cloud</Copyright >
99 <GeneratePackageOnBuild >false</GeneratePackageOnBuild >
You can’t perform that action at this time.
0 commit comments