tencentcloud-sdk-trp 3.0.782 → 3.0.783
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20210515/models.rb +12 -2
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4a1e232cf222106bd17b694e39b5f8adee3db5cf
|
4
|
+
data.tar.gz: a2847ec8836aa9ebaa4b3403db91e1dab99b1457
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 16d0fc2076fd1e206a6ca659bbc90ca42c3ac378c479a3dda1b8be1105a8b581fb2c33fdce85d59df110409defc18ab376a37db009b4e8d0f625a3625f3b6525
|
7
|
+
data.tar.gz: c7c76d7bdb4a8342fd18e1c633edd93089ced92f9619de744be2d8ed10246fd13f19c5ec8c6c441ff164680ecea5bb484e9f14ad6213bf2f26bff1637a0e30fd
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.783
|
data/lib/v20210515/models.rb
CHANGED
@@ -3963,6 +3963,12 @@ module TencentCloud
|
|
3963
3963
|
# @param RiskQuota: 风控配额
|
3964
3964
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
3965
3965
|
# @type RiskQuota: Integer
|
3966
|
+
# @param AigcTextQuota: AI文字数量
|
3967
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
3968
|
+
# @type AigcTextQuota: Integer
|
3969
|
+
# @param AigcImageQuota: AI图片数量
|
3970
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
3971
|
+
# @type AigcImageQuota: Integer
|
3966
3972
|
# @param TrackType: 溯源类型
|
3967
3973
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
3968
3974
|
# @type TrackType: Integer
|
@@ -3973,9 +3979,9 @@ module TencentCloud
|
|
3973
3979
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
3974
3980
|
# @type ProductCertify: Integer
|
3975
3981
|
|
3976
|
-
attr_accessor :StartTime, :EndTime, :QuotaId, :CorpId, :Services, :FactoryQuota, :ItemQuota, :TrackQuota, :SaleQuota, :ChainQuota, :RiskQuota, :TrackType, :Version, :ProductCertify
|
3982
|
+
attr_accessor :StartTime, :EndTime, :QuotaId, :CorpId, :Services, :FactoryQuota, :ItemQuota, :TrackQuota, :SaleQuota, :ChainQuota, :RiskQuota, :AigcTextQuota, :AigcImageQuota, :TrackType, :Version, :ProductCertify
|
3977
3983
|
|
3978
|
-
def initialize(starttime=nil, endtime=nil, quotaid=nil, corpid=nil, services=nil, factoryquota=nil, itemquota=nil, trackquota=nil, salequota=nil, chainquota=nil, riskquota=nil, tracktype=nil, version=nil, productcertify=nil)
|
3984
|
+
def initialize(starttime=nil, endtime=nil, quotaid=nil, corpid=nil, services=nil, factoryquota=nil, itemquota=nil, trackquota=nil, salequota=nil, chainquota=nil, riskquota=nil, aigctextquota=nil, aigcimagequota=nil, tracktype=nil, version=nil, productcertify=nil)
|
3979
3985
|
@StartTime = starttime
|
3980
3986
|
@EndTime = endtime
|
3981
3987
|
@QuotaId = quotaid
|
@@ -3987,6 +3993,8 @@ module TencentCloud
|
|
3987
3993
|
@SaleQuota = salequota
|
3988
3994
|
@ChainQuota = chainquota
|
3989
3995
|
@RiskQuota = riskquota
|
3996
|
+
@AigcTextQuota = aigctextquota
|
3997
|
+
@AigcImageQuota = aigcimagequota
|
3990
3998
|
@TrackType = tracktype
|
3991
3999
|
@Version = version
|
3992
4000
|
@ProductCertify = productcertify
|
@@ -4004,6 +4012,8 @@ module TencentCloud
|
|
4004
4012
|
@SaleQuota = params['SaleQuota']
|
4005
4013
|
@ChainQuota = params['ChainQuota']
|
4006
4014
|
@RiskQuota = params['RiskQuota']
|
4015
|
+
@AigcTextQuota = params['AigcTextQuota']
|
4016
|
+
@AigcImageQuota = params['AigcImageQuota']
|
4007
4017
|
@TrackType = params['TrackType']
|
4008
4018
|
@Version = params['Version']
|
4009
4019
|
@ProductCertify = params['ProductCertify']
|