Skip to content

Commit 9759f5b

Browse files
committed
Generated 2022-12-30 for marketplaceIntl.
1 parent 4d463e3 commit 9759f5b

14 files changed

+1591
-0
lines changed

CHANGELOG

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2025-09-17 Version: 1.0.0
2+
- Generated 2022-12-30 for `marketplaceIntl`.
3+
14
2025-09-12 Version: 1.0.7
25
- Add image search api.
36

Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
/*
2+
* Licensed to the Apache Software Foundation (ASF) under one
3+
* or more contributor license agreements. See the NOTICE file
4+
* distributed with this work for additional information
5+
* regarding copyright ownership. The ASF licenses this file
6+
* to you under the Apache License, Version 2.0 (the
7+
* "License"); you may not use this file except in compliance
8+
* with the License. You may obtain a copy of the License at
9+
*
10+
* http://www.apache.org/licenses/LICENSE-2.0
11+
*
12+
* Unless required by applicable law or agreed to in writing,
13+
* software distributed under the License is distributed on an
14+
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15+
* KIND, either express or implied. See the License for the
16+
* specific language governing permissions and limitations
17+
* under the License.
18+
*/
19+
using System.Collections.Generic;
20+
21+
using Aliyun.Acs.Core;
22+
using Aliyun.Acs.Core.Http;
23+
using Aliyun.Acs.Core.Transform;
24+
using Aliyun.Acs.Core.Utils;
25+
using Aliyun.Acs.marketplaceIntl;
26+
using Aliyun.Acs.marketplaceIntl.Transform;
27+
using Aliyun.Acs.marketplaceIntl.Transform.V20221230;
28+
29+
namespace Aliyun.Acs.marketplaceIntl.Model.V20221230
30+
{
31+
public class DescribePushMeteringDataRequest : RpcAcsRequest<DescribePushMeteringDataResponse>
32+
{
33+
public DescribePushMeteringDataRequest()
34+
: base("marketplaceIntl", "2022-12-30", "DescribePushMeteringData")
35+
{
36+
Protocol = ProtocolType.HTTPS;
37+
Method = MethodType.POST;
38+
}
39+
40+
private string pushOrderBizId;
41+
42+
public string PushOrderBizId
43+
{
44+
get
45+
{
46+
return pushOrderBizId;
47+
}
48+
set
49+
{
50+
pushOrderBizId = value;
51+
DictionaryUtil.Add(QueryParameters, "PushOrderBizId", value);
52+
}
53+
}
54+
55+
public override bool CheckShowJsonItemName()
56+
{
57+
return false;
58+
}
59+
60+
public override DescribePushMeteringDataResponse GetResponse(UnmarshallerContext unmarshallerContext)
61+
{
62+
return DescribePushMeteringDataResponseUnmarshaller.Unmarshall(unmarshallerContext);
63+
}
64+
}
65+
}
Lines changed: 228 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,228 @@
1+
/*
2+
* Licensed to the Apache Software Foundation (ASF) under one
3+
* or more contributor license agreements. See the NOTICE file
4+
* distributed with this work for additional information
5+
* regarding copyright ownership. The ASF licenses this file
6+
* to you under the Apache License, Version 2.0 (the
7+
* "License"); you may not use this file except in compliance
8+
* with the License. You may obtain a copy of the License at
9+
*
10+
* http://www.apache.org/licenses/LICENSE-2.0
11+
*
12+
* Unless required by applicable law or agreed to in writing,
13+
* software distributed under the License is distributed on an
14+
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15+
* KIND, either express or implied. See the License for the
16+
* specific language governing permissions and limitations
17+
* under the License.
18+
*/
19+
using System.Collections.Generic;
20+
using Newtonsoft.Json;
21+
using Aliyun.Acs.Core;
22+
23+
namespace Aliyun.Acs.marketplaceIntl.Model.V20221230
24+
{
25+
public class DescribePushMeteringDataResponse : AcsResponse
26+
{
27+
28+
private string requestId;
29+
30+
private string message;
31+
32+
private bool? forceFatal;
33+
34+
private string dynamicMessage;
35+
36+
private string code;
37+
38+
private bool? success;
39+
40+
private DescribePushMeteringData_Result result;
41+
42+
public string RequestId
43+
{
44+
get
45+
{
46+
return requestId;
47+
}
48+
set
49+
{
50+
requestId = value;
51+
}
52+
}
53+
54+
public string Message
55+
{
56+
get
57+
{
58+
return message;
59+
}
60+
set
61+
{
62+
message = value;
63+
}
64+
}
65+
66+
public bool? ForceFatal
67+
{
68+
get
69+
{
70+
return forceFatal;
71+
}
72+
set
73+
{
74+
forceFatal = value;
75+
}
76+
}
77+
78+
public string DynamicMessage
79+
{
80+
get
81+
{
82+
return dynamicMessage;
83+
}
84+
set
85+
{
86+
dynamicMessage = value;
87+
}
88+
}
89+
90+
public string Code
91+
{
92+
get
93+
{
94+
return code;
95+
}
96+
set
97+
{
98+
code = value;
99+
}
100+
}
101+
102+
public bool? Success
103+
{
104+
get
105+
{
106+
return success;
107+
}
108+
set
109+
{
110+
success = value;
111+
}
112+
}
113+
114+
public DescribePushMeteringData_Result Result
115+
{
116+
get
117+
{
118+
return result;
119+
}
120+
set
121+
{
122+
result = value;
123+
}
124+
}
125+
126+
public class DescribePushMeteringData_Result
127+
{
128+
129+
private long? endTime;
130+
131+
private string instanceId;
132+
133+
private bool? isPushBilling;
134+
135+
private string meteringAssist;
136+
137+
private string meteringEntity;
138+
139+
private string pushOrderBizId;
140+
141+
private long? startTime;
142+
143+
public long? EndTime
144+
{
145+
get
146+
{
147+
return endTime;
148+
}
149+
set
150+
{
151+
endTime = value;
152+
}
153+
}
154+
155+
public string InstanceId
156+
{
157+
get
158+
{
159+
return instanceId;
160+
}
161+
set
162+
{
163+
instanceId = value;
164+
}
165+
}
166+
167+
public bool? IsPushBilling
168+
{
169+
get
170+
{
171+
return isPushBilling;
172+
}
173+
set
174+
{
175+
isPushBilling = value;
176+
}
177+
}
178+
179+
public string MeteringAssist
180+
{
181+
get
182+
{
183+
return meteringAssist;
184+
}
185+
set
186+
{
187+
meteringAssist = value;
188+
}
189+
}
190+
191+
public string MeteringEntity
192+
{
193+
get
194+
{
195+
return meteringEntity;
196+
}
197+
set
198+
{
199+
meteringEntity = value;
200+
}
201+
}
202+
203+
public string PushOrderBizId
204+
{
205+
get
206+
{
207+
return pushOrderBizId;
208+
}
209+
set
210+
{
211+
pushOrderBizId = value;
212+
}
213+
}
214+
215+
public long? StartTime
216+
{
217+
get
218+
{
219+
return startTime;
220+
}
221+
set
222+
{
223+
startTime = value;
224+
}
225+
}
226+
}
227+
}
228+
}

0 commit comments

Comments
 (0)