Skip to content

Commit

Permalink
release 3.0.531
Browse files Browse the repository at this point in the history
  • Loading branch information
tencentcloudapi committed Jun 7, 2022
1 parent f191d44 commit bbe006d
Show file tree
Hide file tree
Showing 478 changed files with 21,279 additions and 367 deletions.
514 changes: 514 additions & 0 deletions CHANGELOG.md

Large diffs are not rendered by default.

1,021 changes: 908 additions & 113 deletions SERVICE_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.530</VersionPrefix>
<VersionPrefix>3.0.531</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.530</VersionPrefix>
<VersionPrefix>3.0.531</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/Advisor/TencentCloudAdvisor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFrameworks>net45;netstandard2.0</TargetFrameworks>
<ProjectGuid>{4CD0DF9B-4FE8-3573-9FD9-46CE7CD5A03A}</ProjectGuid>
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
<VersionPrefix>3.0.530</VersionPrefix>
<VersionPrefix>3.0.531</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,18 @@ public class DescribeTaskStrategyRisksRequest : AbstractModel
[JsonProperty("Offset")]
public ulong? Offset{ get; set; }

/// <summary>
/// 环境
/// </summary>
[JsonProperty("Env")]
public string Env{ get; set; }

/// <summary>
/// 任务类型
/// </summary>
[JsonProperty("TaskType")]
public string TaskType{ get; set; }


/// <summary>
/// For internal usage only. DO NOT USE IT.
Expand All @@ -51,6 +63,8 @@ public override void ToMap(Dictionary<string, string> map, string prefix)
this.SetParamSimple(map, prefix + "StrategyId", this.StrategyId);
this.SetParamSimple(map, prefix + "Limit", this.Limit);
this.SetParamSimple(map, prefix + "Offset", this.Offset);
this.SetParamSimple(map, prefix + "Env", this.Env);
this.SetParamSimple(map, prefix + "TaskType", this.TaskType);
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,13 @@ public class DescribeTaskStrategyRisksResponse : AbstractModel
[JsonProperty("Risks")]
public string Risks{ get; set; }

/// <summary>
/// 巡检资源数
/// 注意:此字段可能返回 null,表示取不到有效值。
/// </summary>
[JsonProperty("ResourceCount")]
public ulong? ResourceCount{ get; set; }

/// <summary>
/// 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
/// </summary>
Expand All @@ -69,6 +76,7 @@ public override void ToMap(Dictionary<string, string> map, string prefix)
this.SetParamSimple(map, prefix + "StrategyId", this.StrategyId);
this.SetParamSimple(map, prefix + "RiskTotalCount", this.RiskTotalCount);
this.SetParamSimple(map, prefix + "Risks", this.Risks);
this.SetParamSimple(map, prefix + "ResourceCount", this.ResourceCount);
this.SetParamSimple(map, prefix + "RequestId", this.RequestId);
}
}
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.530</VersionPrefix>
<VersionPrefix>3.0.531</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.530</VersionPrefix>
<VersionPrefix>3.0.531</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.530</VersionPrefix>
<VersionPrefix>3.0.531</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/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.530</VersionPrefix>
<VersionPrefix>3.0.531</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.530</VersionPrefix>
<VersionPrefix>3.0.531</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.530</VersionPrefix>
<VersionPrefix>3.0.531</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.530</VersionPrefix>
<VersionPrefix>3.0.531</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.530</VersionPrefix>
<VersionPrefix>3.0.531</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.530</VersionPrefix>
<VersionPrefix>3.0.531</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/Apm/TencentCloudApm.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFrameworks>net45;netstandard2.0</TargetFrameworks>
<ProjectGuid>{C59AA005-C41D-331B-8626-06869012E854}</ProjectGuid>
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
<VersionPrefix>3.0.530</VersionPrefix>
<VersionPrefix>3.0.531</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.530</VersionPrefix>
<VersionPrefix>3.0.531</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.530</VersionPrefix>
<VersionPrefix>3.0.531</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/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.530</VersionPrefix>
<VersionPrefix>3.0.531</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.530</VersionPrefix>
<VersionPrefix>3.0.531</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.530</VersionPrefix>
<VersionPrefix>3.0.531</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.530</VersionPrefix>
<VersionPrefix>3.0.531</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/Bi/TencentCloudBi.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFrameworks>net45;netstandard2.0</TargetFrameworks>
<ProjectGuid>{0E2E4A0A-F402-371E-ABDD-F5704C69EAD3}</ProjectGuid>
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
<VersionPrefix>3.0.530</VersionPrefix>
<VersionPrefix>3.0.531</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.530</VersionPrefix>
<VersionPrefix>3.0.531</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
56 changes: 56 additions & 0 deletions TencentCloud/Billing/V20180709/Models/BillDetailComponent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,55 @@ public class BillDetailComponent : AbstractModel
[JsonProperty("ContractPrice")]
public string ContractPrice{ get; set; }

/// <summary>
/// 资源包、预留实例、节省计划、竞价实例这四类特殊实例本身的扣费行为,此字段体现对应的实例类型。枚举值如下:
/// 注意:此字段可能返回 null,表示取不到有效值。
/// </summary>
[JsonProperty("InstanceType")]
public string InstanceType{ get; set; }

/// <summary>
/// 预留实例抵扣的使用时长,时长单位与被抵扣的时长单位保持一致
/// 注意:此字段可能返回 null,表示取不到有效值。
/// </summary>
[JsonProperty("RiTimeSpan")]
public string RiTimeSpan{ get; set; }

/// <summary>
/// 按组件原价的口径换算的预留实例抵扣金额
/// 注意:此字段可能返回 null,表示取不到有效值。
/// </summary>
[JsonProperty("OriginalCostWithRI")]
public string OriginalCostWithRI{ get; set; }

/// <summary>
/// 节省计划可用余额额度范围内,节省计划对于此组件打的折扣率
/// 注意:此字段可能返回 null,表示取不到有效值。
/// </summary>
[JsonProperty("SPDeductionRate")]
public string SPDeductionRate{ get; set; }

/// <summary>
/// 节省计划抵扣的SP包面值
/// 注意:此字段可能返回 null,表示取不到有效值。
/// </summary>
[JsonProperty("SPDeduction")]
public string SPDeduction{ get; set; }

/// <summary>
/// 按组件原价的口径换算的节省计划抵扣金额
/// 注意:此字段可能返回 null,表示取不到有效值。
/// </summary>
[JsonProperty("OriginalCostWithSP")]
public string OriginalCostWithSP{ get; set; }

/// <summary>
/// 综合了官网折扣、预留实例抵扣、节省计划抵扣的混合折扣率。若没有预留实例抵扣、节省计划抵扣,混合折扣率等于折扣率
/// 注意:此字段可能返回 null,表示取不到有效值。
/// </summary>
[JsonProperty("BlendedDiscount")]
public string BlendedDiscount{ get; set; }


/// <summary>
/// For internal usage only. DO NOT USE IT.
Expand All @@ -166,6 +215,13 @@ public override void ToMap(Dictionary<string, string> map, string prefix)
this.SetParamSimple(map, prefix + "ItemCode", this.ItemCode);
this.SetParamSimple(map, prefix + "ComponentCode", this.ComponentCode);
this.SetParamSimple(map, prefix + "ContractPrice", this.ContractPrice);
this.SetParamSimple(map, prefix + "InstanceType", this.InstanceType);
this.SetParamSimple(map, prefix + "RiTimeSpan", this.RiTimeSpan);
this.SetParamSimple(map, prefix + "OriginalCostWithRI", this.OriginalCostWithRI);
this.SetParamSimple(map, prefix + "SPDeductionRate", this.SPDeductionRate);
this.SetParamSimple(map, prefix + "SPDeduction", this.SPDeduction);
this.SetParamSimple(map, prefix + "OriginalCostWithSP", this.OriginalCostWithSP);
this.SetParamSimple(map, prefix + "BlendedDiscount", this.BlendedDiscount);
}
}
}
Expand Down
36 changes: 36 additions & 0 deletions TencentCloud/Billing/V20180709/Models/BillResourceSummary.cs
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,38 @@ public class BillResourceSummary : AbstractModel
[JsonProperty("RegionId")]
public long? RegionId{ get; set; }

/// <summary>
/// 资源包、预留实例、节省计划、竞价实例这四类特殊实例本身的扣费行为,此字段体现对应的实例类型。枚举值如下:
///
/// ri=Standard RI
///
/// svp=Savings Plan
///
/// si=Spot Instances
///
/// rp=Resource Pack
/// </summary>
[JsonProperty("InstanceType")]
public string InstanceType{ get; set; }

/// <summary>
/// 按组件原价的口径换算的预留实例抵扣金额
/// </summary>
[JsonProperty("OriginalCostWithRI")]
public string OriginalCostWithRI{ get; set; }

/// <summary>
/// 节省计划抵扣的SP包面值
/// </summary>
[JsonProperty("SPDeduction")]
public string SPDeduction{ get; set; }

/// <summary>
/// 按组件原价的口径换算的节省计划抵扣金额
/// </summary>
[JsonProperty("OriginalCostWithSP")]
public string OriginalCostWithSP{ get; set; }


/// <summary>
/// For internal usage only. DO NOT USE IT.
Expand Down Expand Up @@ -263,6 +295,10 @@ public override void ToMap(Dictionary<string, string> map, string prefix)
this.SetParamSimple(map, prefix + "BusinessCode", this.BusinessCode);
this.SetParamSimple(map, prefix + "ProductCode", this.ProductCode);
this.SetParamSimple(map, prefix + "RegionId", this.RegionId);
this.SetParamSimple(map, prefix + "InstanceType", this.InstanceType);
this.SetParamSimple(map, prefix + "OriginalCostWithRI", this.OriginalCostWithRI);
this.SetParamSimple(map, prefix + "SPDeduction", this.SPDeduction);
this.SetParamSimple(map, prefix + "OriginalCostWithSP", this.OriginalCostWithSP);
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -112,10 +112,6 @@ public class DescribeBillDetailRequest : AbstractModel
/// 小时费用
/// 预留实例退款
/// 按量计费冲正
/// 按量计费冲正
/// 按量计费冲正
/// 按量计费冲正
/// 按量计费冲正
/// 包年包月转按量
/// </summary>
[JsonProperty("ActionType")]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,6 @@ public class DescribeBillResourceSummaryRequest : AbstractModel
/// 小时费用
/// 预留实例退款
/// 按量计费冲正
/// 按量计费冲正
/// 按量计费冲正
/// 按量计费冲正
/// 按量计费冲正
/// 包年包月转按量
/// </summary>
[JsonProperty("ActionType")]
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.530</VersionPrefix>
<VersionPrefix>3.0.531</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
Loading

0 comments on commit bbe006d

Please sign in to comment.