Skip to content

Commit

Permalink
release 3.0.348
Browse files Browse the repository at this point in the history
  • Loading branch information
tencentcloudapi committed Aug 24, 2021
1 parent 5a7361d commit e4fb427
Show file tree
Hide file tree
Showing 233 changed files with 2,431 additions and 277 deletions.
549 changes: 530 additions & 19 deletions CHANGELOG.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion TencentCloud/Aa/TencentCloudAa.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFrameworks>net45;netstandard2.0</TargetFrameworks>
<ProjectGuid>{0FA5DA3C-0849-3409-A6FE-3F1F2840284F}</ProjectGuid>
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
<VersionPrefix>3.0.347</VersionPrefix>
<VersionPrefix>3.0.348</VersionPrefix>
<Description>Tencent Cloud API 3.0 SDK for .NET</Description>
<PackageLicenseUrl>https://github.com/TencentCloud/tencentcloud-sdk-dotnet/blob/master/LICENSE</PackageLicenseUrl>
<Authors>Tencent Cloud API Team</Authors>
Expand Down
2 changes: 1 addition & 1 deletion TencentCloud/Aai/TencentCloudAai.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFrameworks>net45;netstandard2.0</TargetFrameworks>
<ProjectGuid>{DBE7C036-D086-3EE9-A0E3-11ECB0643E24}</ProjectGuid>
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
<VersionPrefix>3.0.347</VersionPrefix>
<VersionPrefix>3.0.348</VersionPrefix>
<Description>Tencent Cloud API 3.0 SDK for .NET</Description>
<PackageLicenseUrl>https://github.com/TencentCloud/tencentcloud-sdk-dotnet/blob/master/LICENSE</PackageLicenseUrl>
<Authors>Tencent Cloud API Team</Authors>
Expand Down
2 changes: 1 addition & 1 deletion TencentCloud/Af/TencentCloudAf.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFrameworks>net45;netstandard2.0</TargetFrameworks>
<ProjectGuid>{BDE94E8D-637D-390B-9317-7EDFE9243FE6}</ProjectGuid>
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
<VersionPrefix>3.0.347</VersionPrefix>
<VersionPrefix>3.0.348</VersionPrefix>
<Description>Tencent Cloud API 3.0 SDK for .NET</Description>
<PackageLicenseUrl>https://github.com/TencentCloud/tencentcloud-sdk-dotnet/blob/master/LICENSE</PackageLicenseUrl>
<Authors>Tencent Cloud API Team</Authors>
Expand Down
2 changes: 1 addition & 1 deletion TencentCloud/Afc/TencentCloudAfc.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFrameworks>net45;netstandard2.0</TargetFrameworks>
<ProjectGuid>{2C31A60A-361F-3628-A4AA-461C0AFE1D03}</ProjectGuid>
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
<VersionPrefix>3.0.347</VersionPrefix>
<VersionPrefix>3.0.348</VersionPrefix>
<Description>Tencent Cloud API 3.0 SDK for .NET</Description>
<PackageLicenseUrl>https://github.com/TencentCloud/tencentcloud-sdk-dotnet/blob/master/LICENSE</PackageLicenseUrl>
<Authors>Tencent Cloud API Team</Authors>
Expand Down
2 changes: 1 addition & 1 deletion TencentCloud/Ame/TencentCloudAme.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFrameworks>net45;netstandard2.0</TargetFrameworks>
<ProjectGuid>{D56E3EFD-C760-38D8-8424-8856F2207A21}</ProjectGuid>
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
<VersionPrefix>3.0.347</VersionPrefix>
<VersionPrefix>3.0.348</VersionPrefix>
<Description>Tencent Cloud API 3.0 SDK for .NET</Description>
<PackageLicenseUrl>https://github.com/TencentCloud/tencentcloud-sdk-dotnet/blob/master/LICENSE</PackageLicenseUrl>
<Authors>Tencent Cloud API Team</Authors>
Expand Down
7 changes: 7 additions & 0 deletions TencentCloud/Ame/V20190916/Models/DataInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,12 @@ public class DataInfo : AbstractModel
[JsonProperty("AuditionEnd")]
public ulong? AuditionEnd{ get; set; }

/// <summary>
/// 标签名称
/// </summary>
[JsonProperty("TagNames")]
public string[] TagNames{ get; set; }


/// <summary>
/// For internal usage only. DO NOT USE IT.
Expand All @@ -65,6 +71,7 @@ public override void ToMap(Dictionary<string, string> map, string prefix)
this.SetParamSimple(map, prefix + "Duration", this.Duration);
this.SetParamSimple(map, prefix + "AuditionBegin", this.AuditionBegin);
this.SetParamSimple(map, prefix + "AuditionEnd", this.AuditionEnd);
this.SetParamArraySimple(map, prefix + "TagNames.", this.TagNames);
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion TencentCloud/Ams/TencentCloudAms.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFrameworks>net45;netstandard2.0</TargetFrameworks>
<ProjectGuid>{155BF728-D163-3DBE-85B3-CA22151A30C7}</ProjectGuid>
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
<VersionPrefix>3.0.347</VersionPrefix>
<VersionPrefix>3.0.348</VersionPrefix>
<Description>Tencent Cloud API 3.0 SDK for .NET</Description>
<PackageLicenseUrl>https://github.com/TencentCloud/tencentcloud-sdk-dotnet/blob/master/LICENSE</PackageLicenseUrl>
<Authors>Tencent Cloud API Team</Authors>
Expand Down
2 changes: 1 addition & 1 deletion TencentCloud/Antiddos/TencentCloudAntiddos.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFrameworks>net45;netstandard2.0</TargetFrameworks>
<ProjectGuid>{E60BF861-5F39-3CA3-BBF9-F91D18A81B74}</ProjectGuid>
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
<VersionPrefix>3.0.347</VersionPrefix>
<VersionPrefix>3.0.348</VersionPrefix>
<Description>Tencent Cloud API 3.0 SDK for .NET</Description>
<PackageLicenseUrl>https://github.com/TencentCloud/tencentcloud-sdk-dotnet/blob/master/LICENSE</PackageLicenseUrl>
<Authors>Tencent Cloud API Team</Authors>
Expand Down
2 changes: 1 addition & 1 deletion TencentCloud/Apcas/TencentCloudApcas.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFrameworks>net45;netstandard2.0</TargetFrameworks>
<ProjectGuid>{76599D7B-659B-310A-8721-C9D6A189886E}</ProjectGuid>
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
<VersionPrefix>3.0.347</VersionPrefix>
<VersionPrefix>3.0.348</VersionPrefix>
<Description>Tencent Cloud API 3.0 SDK for .NET</Description>
<PackageLicenseUrl>https://github.com/TencentCloud/tencentcloud-sdk-dotnet/blob/master/LICENSE</PackageLicenseUrl>
<Authors>Tencent Cloud API Team</Authors>
Expand Down
2 changes: 1 addition & 1 deletion TencentCloud/Ape/TencentCloudApe.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFrameworks>net45;netstandard2.0</TargetFrameworks>
<ProjectGuid>{B2477989-4380-33AE-9304-109DD1FEFFDA}</ProjectGuid>
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
<VersionPrefix>3.0.347</VersionPrefix>
<VersionPrefix>3.0.348</VersionPrefix>
<Description>Tencent Cloud API 3.0 SDK for .NET</Description>
<PackageLicenseUrl>https://github.com/TencentCloud/tencentcloud-sdk-dotnet/blob/master/LICENSE</PackageLicenseUrl>
<Authors>Tencent Cloud API Team</Authors>
Expand Down
2 changes: 1 addition & 1 deletion TencentCloud/Api/TencentCloudApi.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFrameworks>net45;netstandard2.0</TargetFrameworks>
<ProjectGuid>{2FC0F60F-8A32-3573-995D-C51E42A88698}</ProjectGuid>
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
<VersionPrefix>3.0.347</VersionPrefix>
<VersionPrefix>3.0.348</VersionPrefix>
<Description>Tencent Cloud API 3.0 SDK for .NET</Description>
<PackageLicenseUrl>https://github.com/TencentCloud/tencentcloud-sdk-dotnet/blob/master/LICENSE</PackageLicenseUrl>
<Authors>Tencent Cloud API Team</Authors>
Expand Down
2 changes: 1 addition & 1 deletion TencentCloud/Apigateway/TencentCloudApigateway.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFrameworks>net45;netstandard2.0</TargetFrameworks>
<ProjectGuid>{5E0BB529-7C6E-3A1A-A84E-7231EAFCBAB2}</ProjectGuid>
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
<VersionPrefix>3.0.347</VersionPrefix>
<VersionPrefix>3.0.348</VersionPrefix>
<Description>Tencent Cloud API 3.0 SDK for .NET</Description>
<PackageLicenseUrl>https://github.com/TencentCloud/tencentcloud-sdk-dotnet/blob/master/LICENSE</PackageLicenseUrl>
<Authors>Tencent Cloud API Team</Authors>
Expand Down
2 changes: 1 addition & 1 deletion TencentCloud/As/TencentCloudAs.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFrameworks>net45;netstandard2.0</TargetFrameworks>
<ProjectGuid>{DF6825D5-FAEE-38FB-A622-37599AD65B25}</ProjectGuid>
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
<VersionPrefix>3.0.347</VersionPrefix>
<VersionPrefix>3.0.348</VersionPrefix>
<Description>Tencent Cloud API 3.0 SDK for .NET</Description>
<PackageLicenseUrl>https://github.com/TencentCloud/tencentcloud-sdk-dotnet/blob/master/LICENSE</PackageLicenseUrl>
<Authors>Tencent Cloud API Team</Authors>
Expand Down
2 changes: 1 addition & 1 deletion TencentCloud/Asr/TencentCloudAsr.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFrameworks>net45;netstandard2.0</TargetFrameworks>
<ProjectGuid>{BA913269-C9C8-3169-85ED-FED2E392A18E}</ProjectGuid>
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
<VersionPrefix>3.0.347</VersionPrefix>
<VersionPrefix>3.0.348</VersionPrefix>
<Description>Tencent Cloud API 3.0 SDK for .NET</Description>
<PackageLicenseUrl>https://github.com/TencentCloud/tencentcloud-sdk-dotnet/blob/master/LICENSE</PackageLicenseUrl>
<Authors>Tencent Cloud API Team</Authors>
Expand Down
1 change: 1 addition & 0 deletions TencentCloud/Asr/V20190614/Models/CreateRecTaskRequest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ public class CreateRecTaskRequest : AbstractModel
/// • 16k_en_edu 英文教育;
/// • 16k_zh_medical 医疗;
/// • 16k_th 泰语;
/// • 16k_wuu-SH:16k 上海话方言;
/// </summary>
[JsonProperty("EngineModelType")]
public string EngineModelType{ get; set; }
Expand Down
2 changes: 1 addition & 1 deletion TencentCloud/Asw/TencentCloudAsw.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFrameworks>net45;netstandard2.0</TargetFrameworks>
<ProjectGuid>{BB22DE13-CC44-3F86-8EE8-8D29FC7ADF34}</ProjectGuid>
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
<VersionPrefix>3.0.347</VersionPrefix>
<VersionPrefix>3.0.348</VersionPrefix>
<Description>Tencent Cloud API 3.0 SDK for .NET</Description>
<PackageLicenseUrl>https://github.com/TencentCloud/tencentcloud-sdk-dotnet/blob/master/LICENSE</PackageLicenseUrl>
<Authors>Tencent Cloud API Team</Authors>
Expand Down
2 changes: 1 addition & 1 deletion TencentCloud/Ba/TencentCloudBa.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFrameworks>net45;netstandard2.0</TargetFrameworks>
<ProjectGuid>{ABF9DEFB-1E5B-347B-95AC-C6F0CDA0A525}</ProjectGuid>
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
<VersionPrefix>3.0.347</VersionPrefix>
<VersionPrefix>3.0.348</VersionPrefix>
<Description>Tencent Cloud API 3.0 SDK for .NET</Description>
<PackageLicenseUrl>https://github.com/TencentCloud/tencentcloud-sdk-dotnet/blob/master/LICENSE</PackageLicenseUrl>
<Authors>Tencent Cloud API Team</Authors>
Expand Down
2 changes: 1 addition & 1 deletion TencentCloud/Batch/TencentCloudBatch.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFrameworks>net45;netstandard2.0</TargetFrameworks>
<ProjectGuid>{86FB3DAB-6BE3-33E4-AD1F-C670CEFC0E1D}</ProjectGuid>
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
<VersionPrefix>3.0.347</VersionPrefix>
<VersionPrefix>3.0.348</VersionPrefix>
<Description>Tencent Cloud API 3.0 SDK for .NET</Description>
<PackageLicenseUrl>https://github.com/TencentCloud/tencentcloud-sdk-dotnet/blob/master/LICENSE</PackageLicenseUrl>
<Authors>Tencent Cloud API Team</Authors>
Expand Down
2 changes: 1 addition & 1 deletion TencentCloud/Bda/TencentCloudBda.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFrameworks>net45;netstandard2.0</TargetFrameworks>
<ProjectGuid>{591212AC-AE62-3F3C-841F-15B525F84E18}</ProjectGuid>
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
<VersionPrefix>3.0.347</VersionPrefix>
<VersionPrefix>3.0.348</VersionPrefix>
<Description>Tencent Cloud API 3.0 SDK for .NET</Description>
<PackageLicenseUrl>https://github.com/TencentCloud/tencentcloud-sdk-dotnet/blob/master/LICENSE</PackageLicenseUrl>
<Authors>Tencent Cloud API Team</Authors>
Expand Down
2 changes: 1 addition & 1 deletion TencentCloud/Billing/TencentCloudBilling.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFrameworks>net45;netstandard2.0</TargetFrameworks>
<ProjectGuid>{07FCB225-F7A7-392A-A759-E2C6236ECC1C}</ProjectGuid>
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
<VersionPrefix>3.0.347</VersionPrefix>
<VersionPrefix>3.0.348</VersionPrefix>
<Description>Tencent Cloud API 3.0 SDK for .NET</Description>
<PackageLicenseUrl>https://github.com/TencentCloud/tencentcloud-sdk-dotnet/blob/master/LICENSE</PackageLicenseUrl>
<Authors>Tencent Cloud API Team</Authors>
Expand Down
2 changes: 1 addition & 1 deletion TencentCloud/Bizlive/TencentCloudBizlive.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFrameworks>net45;netstandard2.0</TargetFrameworks>
<ProjectGuid>{DD69E867-C5DE-3CB7-8AD3-331CB35EB7B0}</ProjectGuid>
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
<VersionPrefix>3.0.347</VersionPrefix>
<VersionPrefix>3.0.348</VersionPrefix>
<Description>Tencent Cloud API 3.0 SDK for .NET</Description>
<PackageLicenseUrl>https://github.com/TencentCloud/tencentcloud-sdk-dotnet/blob/master/LICENSE</PackageLicenseUrl>
<Authors>Tencent Cloud API Team</Authors>
Expand Down
2 changes: 1 addition & 1 deletion TencentCloud/Bm/TencentCloudBm.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFrameworks>net45;netstandard2.0</TargetFrameworks>
<ProjectGuid>{F3F12BBE-443B-302A-AC88-4C2B66D242F5}</ProjectGuid>
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
<VersionPrefix>3.0.347</VersionPrefix>
<VersionPrefix>3.0.348</VersionPrefix>
<Description>Tencent Cloud API 3.0 SDK for .NET</Description>
<PackageLicenseUrl>https://github.com/TencentCloud/tencentcloud-sdk-dotnet/blob/master/LICENSE</PackageLicenseUrl>
<Authors>Tencent Cloud API Team</Authors>
Expand Down
2 changes: 1 addition & 1 deletion TencentCloud/Bmeip/TencentCloudBmeip.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFrameworks>net45;netstandard2.0</TargetFrameworks>
<ProjectGuid>{6D175478-7FF6-3675-AEE6-AD0BA3FDB05F}</ProjectGuid>
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
<VersionPrefix>3.0.347</VersionPrefix>
<VersionPrefix>3.0.348</VersionPrefix>
<Description>Tencent Cloud API 3.0 SDK for .NET</Description>
<PackageLicenseUrl>https://github.com/TencentCloud/tencentcloud-sdk-dotnet/blob/master/LICENSE</PackageLicenseUrl>
<Authors>Tencent Cloud API Team</Authors>
Expand Down
2 changes: 1 addition & 1 deletion TencentCloud/Bmlb/TencentCloudBmlb.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFrameworks>net45;netstandard2.0</TargetFrameworks>
<ProjectGuid>{1B13A766-7680-3178-A229-9F16263BC16D}</ProjectGuid>
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
<VersionPrefix>3.0.347</VersionPrefix>
<VersionPrefix>3.0.348</VersionPrefix>
<Description>Tencent Cloud API 3.0 SDK for .NET</Description>
<PackageLicenseUrl>https://github.com/TencentCloud/tencentcloud-sdk-dotnet/blob/master/LICENSE</PackageLicenseUrl>
<Authors>Tencent Cloud API Team</Authors>
Expand Down
2 changes: 1 addition & 1 deletion TencentCloud/Bmvpc/TencentCloudBmvpc.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFrameworks>net45;netstandard2.0</TargetFrameworks>
<ProjectGuid>{9354F021-6260-3A2C-A33C-9EB499DE7C05}</ProjectGuid>
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
<VersionPrefix>3.0.347</VersionPrefix>
<VersionPrefix>3.0.348</VersionPrefix>
<Description>Tencent Cloud API 3.0 SDK for .NET</Description>
<PackageLicenseUrl>https://github.com/TencentCloud/tencentcloud-sdk-dotnet/blob/master/LICENSE</PackageLicenseUrl>
<Authors>Tencent Cloud API Team</Authors>
Expand Down
2 changes: 1 addition & 1 deletion TencentCloud/Bri/TencentCloudBri.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFrameworks>net45;netstandard2.0</TargetFrameworks>
<ProjectGuid>{3C70ED7B-0F66-3E57-9D3C-54193D415BB5}</ProjectGuid>
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
<VersionPrefix>3.0.347</VersionPrefix>
<VersionPrefix>3.0.348</VersionPrefix>
<Description>Tencent Cloud API 3.0 SDK for .NET</Description>
<PackageLicenseUrl>https://github.com/TencentCloud/tencentcloud-sdk-dotnet/blob/master/LICENSE</PackageLicenseUrl>
<Authors>Tencent Cloud API Team</Authors>
Expand Down
2 changes: 1 addition & 1 deletion TencentCloud/Btoe/TencentCloudBtoe.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFrameworks>net45;netstandard2.0</TargetFrameworks>
<ProjectGuid>{EBF09988-881F-3852-A591-FBE38A1DB706}</ProjectGuid>
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
<VersionPrefix>3.0.347</VersionPrefix>
<VersionPrefix>3.0.348</VersionPrefix>
<Description>Tencent Cloud API 3.0 SDK for .NET</Description>
<PackageLicenseUrl>https://github.com/TencentCloud/tencentcloud-sdk-dotnet/blob/master/LICENSE</PackageLicenseUrl>
<Authors>Tencent Cloud API Team</Authors>
Expand Down
2 changes: 1 addition & 1 deletion TencentCloud/Cam/TencentCloudCam.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFrameworks>net45;netstandard2.0</TargetFrameworks>
<ProjectGuid>{35B03DD2-7919-36B9-9AF9-8C160C55C632}</ProjectGuid>
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
<VersionPrefix>3.0.347</VersionPrefix>
<VersionPrefix>3.0.348</VersionPrefix>
<Description>Tencent Cloud API 3.0 SDK for .NET</Description>
<PackageLicenseUrl>https://github.com/TencentCloud/tencentcloud-sdk-dotnet/blob/master/LICENSE</PackageLicenseUrl>
<Authors>Tencent Cloud API Team</Authors>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,12 @@ public class ListAttachedGroupPoliciesRequest : AbstractModel
[JsonProperty("Rp")]
public ulong? Rp{ get; set; }

/// <summary>
/// 搜索关键字
/// </summary>
[JsonProperty("Keyword")]
public string Keyword{ get; set; }


/// <summary>
/// For internal usage only. DO NOT USE IT.
Expand All @@ -51,6 +57,7 @@ public override void ToMap(Dictionary<string, string> map, string prefix)
this.SetParamSimple(map, prefix + "TargetGroupId", this.TargetGroupId);
this.SetParamSimple(map, prefix + "Page", this.Page);
this.SetParamSimple(map, prefix + "Rp", this.Rp);
this.SetParamSimple(map, prefix + "Keyword", this.Keyword);
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,12 @@ public class ListAttachedRolePoliciesRequest : AbstractModel
[JsonProperty("PolicyType")]
public string PolicyType{ get; set; }

/// <summary>
/// 搜索关键字
/// </summary>
[JsonProperty("Keyword")]
public string Keyword{ get; set; }


/// <summary>
/// For internal usage only. DO NOT USE IT.
Expand All @@ -65,6 +71,7 @@ public override void ToMap(Dictionary<string, string> map, string prefix)
this.SetParamSimple(map, prefix + "RoleId", this.RoleId);
this.SetParamSimple(map, prefix + "RoleName", this.RoleName);
this.SetParamSimple(map, prefix + "PolicyType", this.PolicyType);
this.SetParamSimple(map, prefix + "Keyword", this.Keyword);
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion TencentCloud/Captcha/TencentCloudCaptcha.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFrameworks>net45;netstandard2.0</TargetFrameworks>
<ProjectGuid>{39D5883D-7A4D-3B59-9517-0DFDD1B08F9C}</ProjectGuid>
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
<VersionPrefix>3.0.347</VersionPrefix>
<VersionPrefix>3.0.348</VersionPrefix>
<Description>Tencent Cloud API 3.0 SDK for .NET</Description>
<PackageLicenseUrl>https://github.com/TencentCloud/tencentcloud-sdk-dotnet/blob/master/LICENSE</PackageLicenseUrl>
<Authors>Tencent Cloud API Team</Authors>
Expand Down
2 changes: 1 addition & 1 deletion TencentCloud/Cat/TencentCloudCat.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFrameworks>net45;netstandard2.0</TargetFrameworks>
<ProjectGuid>{063A4C4C-6C7D-3224-9E41-E2850C3FB7E6}</ProjectGuid>
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
<VersionPrefix>3.0.347</VersionPrefix>
<VersionPrefix>3.0.348</VersionPrefix>
<Description>Tencent Cloud API 3.0 SDK for .NET</Description>
<PackageLicenseUrl>https://github.com/TencentCloud/tencentcloud-sdk-dotnet/blob/master/LICENSE</PackageLicenseUrl>
<Authors>Tencent Cloud API Team</Authors>
Expand Down
2 changes: 1 addition & 1 deletion TencentCloud/Cbs/TencentCloudCbs.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFrameworks>net45;netstandard2.0</TargetFrameworks>
<ProjectGuid>{A6E782C7-FC94-3EC6-A8AC-DB20F13405F5}</ProjectGuid>
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
<VersionPrefix>3.0.347</VersionPrefix>
<VersionPrefix>3.0.348</VersionPrefix>
<Description>Tencent Cloud API 3.0 SDK for .NET</Description>
<PackageLicenseUrl>https://github.com/TencentCloud/tencentcloud-sdk-dotnet/blob/master/LICENSE</PackageLicenseUrl>
<Authors>Tencent Cloud API Team</Authors>
Expand Down
2 changes: 1 addition & 1 deletion TencentCloud/Ccc/TencentCloudCcc.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFrameworks>net45;netstandard2.0</TargetFrameworks>
<ProjectGuid>{5C13E957-36F0-3A36-917C-9FBB15CAE883}</ProjectGuid>
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
<VersionPrefix>3.0.347</VersionPrefix>
<VersionPrefix>3.0.348</VersionPrefix>
<Description>Tencent Cloud API 3.0 SDK for .NET</Description>
<PackageLicenseUrl>https://github.com/TencentCloud/tencentcloud-sdk-dotnet/blob/master/LICENSE</PackageLicenseUrl>
<Authors>Tencent Cloud API Team</Authors>
Expand Down
4 changes: 3 additions & 1 deletion TencentCloud/Cdb/TencentCloudCdb.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFrameworks>net45;netstandard2.0</TargetFrameworks>
<ProjectGuid>{5E3993CA-3190-3343-8FD0-BC4234130564}</ProjectGuid>
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
<VersionPrefix>3.0.347</VersionPrefix>
<VersionPrefix>3.0.348</VersionPrefix>
<Description>Tencent Cloud API 3.0 SDK for .NET</Description>
<PackageLicenseUrl>https://github.com/TencentCloud/tencentcloud-sdk-dotnet/blob/master/LICENSE</PackageLicenseUrl>
<Authors>Tencent Cloud API Team</Authors>
Expand Down Expand Up @@ -236,6 +236,8 @@
<Compile Include="V20170320\Models\MasterInfo.cs" />
<Compile Include="V20170320\Models\ModifyAccountDescriptionRequest.cs" />
<Compile Include="V20170320\Models\ModifyAccountDescriptionResponse.cs" />
<Compile Include="V20170320\Models\ModifyAccountHostRequest.cs" />
<Compile Include="V20170320\Models\ModifyAccountHostResponse.cs" />
<Compile Include="V20170320\Models\ModifyAccountMaxUserConnectionsRequest.cs" />
<Compile Include="V20170320\Models\ModifyAccountMaxUserConnectionsResponse.cs" />
<Compile Include="V20170320\Models\ModifyAccountPasswordRequest.cs" />
Expand Down
Loading

0 comments on commit e4fb427

Please sign in to comment.