File tree Expand file tree Collapse file tree 5 files changed +17
-4
lines changed Expand file tree Collapse file tree 5 files changed +17
-4
lines changed Original file line number Diff line number Diff line change 1+ 2025-11-03 Version: 1.14.18
2+ - Update API CreateEnterpriseAcceleratePolicy: add response parameters Body.EapId.
3+ - Update API ListConnectors: add response parameters Body.Connectors.$.AccelerateStatus.
4+
5+
162025-10-30 Version: 1.14.17
27- Generated csharp 2023-01-20 for csas.
38
Original file line number Diff line number Diff line change 99namespace AlibabaCloud . SDK . Csas20230120 . Models
1010{
1111 public class CreateEnterpriseAcceleratePolicyResponseBody : TeaModel {
12+ [ NameInMap ( "EapId" ) ]
13+ [ Validation ( Required = false ) ]
14+ public string EapId { get ; set ; }
15+
1216 /// <summary>
1317 /// <b>Example:</b>
1418 /// <para>2CABFEBB-0CE7-575E-833A-266F75D46713</para>
Original file line number Diff line number Diff line change @@ -16,6 +16,10 @@ public class ListConnectorsResponseBody : TeaModel {
1616 [ Validation ( Required = false ) ]
1717 public List < ListConnectorsResponseBodyConnectors > Connectors { get ; set ; }
1818 public class ListConnectorsResponseBodyConnectors : TeaModel {
19+ [ NameInMap ( "AccelerateStatus" ) ]
20+ [ Validation ( Required = false ) ]
21+ public string AccelerateStatus { get ; set ; }
22+
1923 /// <summary>
2024 /// <para>Collection of associated internal network access applications.</para>
2125 /// </summary>
Original file line number Diff line number Diff line change 2020[ assembly: ComVisible ( false ) ]
2121
2222// The following GUID is for the ID of the typelib if this project is exposed to COM
23- [ assembly: Guid ( "a7b759f0-b5b3 -11f0-9484-a3fe3ab3b537 " ) ]
23+ [ assembly: Guid ( "919b9f60-b8d7 -11f0-911e-2fb53cb231a3 " ) ]
2424
2525// Version information for an assembly consists of the following four values:
2626//
2929// Build Number
3030// Revision
3131//
32- [ assembly: AssemblyVersion ( "1.14.16 .0" ) ]
33- [ assembly: AssemblyFileVersion ( "1.14.17 .0" ) ]
32+ [ assembly: AssemblyVersion ( "1.14.17 .0" ) ]
33+ [ assembly: AssemblyFileVersion ( "1.14.18 .0" ) ]
Original file line number Diff line number Diff line change 77 <GeneratePackageOnBuild >false</GeneratePackageOnBuild >
88 <GenerateAssemblyInfo >false</GenerateAssemblyInfo >
99 <AssemblyName >AlibabaCloud.SDK.Csas20230120</AssemblyName >
10- <Version >1.14.17 </Version >
10+ <Version >1.14.18 </Version >
1111 <LangVersion >5</LangVersion >
1212 <Authors >Alibaba Cloud</Authors >
1313 <Description >Alibaba Cloud csas (20230120) SDK Library for .NET</Description >
You can’t perform that action at this time.
0 commit comments