File tree Expand file tree Collapse file tree 4 files changed +11
-3
lines changed Expand file tree Collapse file tree 4 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 1+ 2025-11-14 Version: 6.1.5
2+ - Update API DescribeApplicationAttribute: add response parameters Body.Endpoints.$.PortDescription.
3+
4+
152025-11-06 Version: 6.1.4
26- Update API DescribeAIDBClusterAttribute: add response parameters Body.DBNodes.$.CreationTime.
37
Original file line number Diff line number Diff line change @@ -277,6 +277,10 @@ public class DescribeApplicationAttributeResponseBodyEndpoints : TeaModel {
277277 [ Validation ( Required = false ) ]
278278 public string Port { get ; set ; }
279279
280+ [ NameInMap ( "PortDescription" ) ]
281+ [ Validation ( Required = false ) ]
282+ public string PortDescription { get ; set ; }
283+
280284 }
281285
282286 /// <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 ( "23734b10-bb33 -11f0-9a52-c1453de12243 " ) ]
23+ [ assembly: Guid ( "5c1152b0-c17c -11f0-9ca2-2bb88884f5de " ) ]
2424
2525// Version information for an assembly consists of the following four values:
2626//
3030// Revision
3131//
3232[ assembly: AssemblyVersion ( "6.1.3.0" ) ]
33- [ assembly: AssemblyFileVersion ( "6.1.4 .0" ) ]
33+ [ assembly: AssemblyFileVersion ( "6.1.5 .0" ) ]
Original file line number Diff line number Diff line change 77 <GeneratePackageOnBuild >false</GeneratePackageOnBuild >
88 <GenerateAssemblyInfo >false</GenerateAssemblyInfo >
99 <AssemblyName >AlibabaCloud.SDK.Polardb20170801</AssemblyName >
10- <Version >6.1.4 </Version >
10+ <Version >6.1.5 </Version >
1111 <LangVersion >5</LangVersion >
1212 <Authors >Alibaba Cloud</Authors >
1313 <Description >Alibaba Cloud ApsaraDB for POLARDB (20170801) SDK Library for .NET</Description >
You can’t perform that action at this time.
0 commit comments