Skip to content

Commit 0ace721

Browse files
committed
Update PreloadScdnObjectCaches.
1 parent d793069 commit 0ace721

File tree

3 files changed

+19
-1
lines changed

3 files changed

+19
-1
lines changed

CHANGELOG

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2023-01-17 Version: 2.2.9
2+
- Update PreloadScdnObjectCaches.
3+
14
2023-01-13 Version: 7.49.0
25
- ClearDeviceDesiredProperty open Api.
36

aliyun-net-sdk-scdn/Scdn/Model/V20171115/PreloadScdnObjectCachesRequest.cs

+15
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ public PreloadScdnObjectCachesRequest()
4949

5050
private string area;
5151

52+
private string withHeader;
53+
5254
private long? ownerId;
5355

5456
public string ObjectPath
@@ -103,6 +105,19 @@ public string Area
103105
}
104106
}
105107

108+
public string WithHeader
109+
{
110+
get
111+
{
112+
return withHeader;
113+
}
114+
set
115+
{
116+
withHeader = value;
117+
DictionaryUtil.Add(QueryParameters, "WithHeader", value);
118+
}
119+
}
120+
106121
public long? OwnerId
107122
{
108123
get

aliyun-net-sdk-scdn/aliyun-net-sdk-scdn.vs2017.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<TargetFrameworks>netstandard2.0;net45</TargetFrameworks>
55
<RootNamespace>Aliyun.Acs.scdn</RootNamespace>
6-
<Version>2.2.8</Version>
6+
<Version>2.2.9</Version>
77
<Authors>Alibaba Cloud</Authors>
88
<Copyright>©2009-2019 Alibaba Cloud</Copyright>
99
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>

0 commit comments

Comments
 (0)