tencentcloud-sdk-bma 3.0.493 → 3.0.495
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20210624/models.rb +16 -4
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9e786dc67880a8b8f437413ab5095e41d449636b
|
4
|
+
data.tar.gz: 1801705260ec1e2d5332428d6ac76c5f2f3005da
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e3ff06f9259675abf7e521b26b13f6239e80d97149f327b648e2da6bafa1ba1553442475550e1be4792238c4b2cf4dc27cfcc56d0abba7edd24165e554eda6aa
|
7
|
+
data.tar.gz: 122f903032d169c780bf8ed4226654ae2af04d9c1ce5ab2c88a35a3dd013b11c4e11dd5cf56afa976040f2e2fe92505e1eb5ae9d42ba3b82d21afc1088a0de4a
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.495
|
data/lib/v20210624/models.rb
CHANGED
@@ -880,10 +880,12 @@ module TencentCloud
|
|
880
880
|
# @type ApplierId: String
|
881
881
|
# @param ApplierName: 申请人姓名,用于存证和取证
|
882
882
|
# @type ApplierName: String
|
883
|
+
# @param IsAutoRenew: 是否自动续期
|
884
|
+
# @type IsAutoRenew: String
|
883
885
|
|
884
|
-
attr_accessor :WorkName, :WorkCategory, :WorkType, :WorkSign, :WorkPic, :WorkDesc, :IsOriginal, :IsRelease, :ProducerID, :ProduceTime, :SampleContentURL, :SampleDownloadURL, :SamplePublicURL, :GrantType, :IsMonitor, :IsCert, :CertUrl, :MonitorUrl, :ProduceType, :WhiteLists, :WorkId, :ProducerName, :Nickname, :Authorization, :AuthorizationStartTime, :AuthorizationEndTime, :ContentType, :Content, :MonitorEndTime, :ApplierId, :ApplierName
|
886
|
+
attr_accessor :WorkName, :WorkCategory, :WorkType, :WorkSign, :WorkPic, :WorkDesc, :IsOriginal, :IsRelease, :ProducerID, :ProduceTime, :SampleContentURL, :SampleDownloadURL, :SamplePublicURL, :GrantType, :IsMonitor, :IsCert, :CertUrl, :MonitorUrl, :ProduceType, :WhiteLists, :WorkId, :ProducerName, :Nickname, :Authorization, :AuthorizationStartTime, :AuthorizationEndTime, :ContentType, :Content, :MonitorEndTime, :ApplierId, :ApplierName, :IsAutoRenew
|
885
887
|
|
886
|
-
def initialize(workname=nil, workcategory=nil, worktype=nil, worksign=nil, workpic=nil, workdesc=nil, isoriginal=nil, isrelease=nil, producerid=nil, producetime=nil, samplecontenturl=nil, sampledownloadurl=nil, samplepublicurl=nil, granttype=nil, ismonitor=nil, iscert=nil, certurl=nil, monitorurl=nil, producetype=nil, whitelists=nil, workid=nil, producername=nil, nickname=nil, authorization=nil, authorizationstarttime=nil, authorizationendtime=nil, contenttype=nil, content=nil, monitorendtime=nil, applierid=nil, appliername=nil)
|
888
|
+
def initialize(workname=nil, workcategory=nil, worktype=nil, worksign=nil, workpic=nil, workdesc=nil, isoriginal=nil, isrelease=nil, producerid=nil, producetime=nil, samplecontenturl=nil, sampledownloadurl=nil, samplepublicurl=nil, granttype=nil, ismonitor=nil, iscert=nil, certurl=nil, monitorurl=nil, producetype=nil, whitelists=nil, workid=nil, producername=nil, nickname=nil, authorization=nil, authorizationstarttime=nil, authorizationendtime=nil, contenttype=nil, content=nil, monitorendtime=nil, applierid=nil, appliername=nil, isautorenew=nil)
|
887
889
|
@WorkName = workname
|
888
890
|
@WorkCategory = workcategory
|
889
891
|
@WorkType = worktype
|
@@ -915,6 +917,7 @@ module TencentCloud
|
|
915
917
|
@MonitorEndTime = monitorendtime
|
916
918
|
@ApplierId = applierid
|
917
919
|
@ApplierName = appliername
|
920
|
+
@IsAutoRenew = isautorenew
|
918
921
|
end
|
919
922
|
|
920
923
|
def deserialize(params)
|
@@ -949,6 +952,7 @@ module TencentCloud
|
|
949
952
|
@MonitorEndTime = params['MonitorEndTime']
|
950
953
|
@ApplierId = params['ApplierId']
|
951
954
|
@ApplierName = params['ApplierName']
|
955
|
+
@IsAutoRenew = params['IsAutoRenew']
|
952
956
|
end
|
953
957
|
end
|
954
958
|
|
@@ -1990,10 +1994,14 @@ module TencentCloud
|
|
1990
1994
|
# @type EvidenceNote: String
|
1991
1995
|
# @param TortSiteNum: 侵权站点数量
|
1992
1996
|
# @type TortSiteNum: Integer
|
1997
|
+
# @param MonitorEndTime: 监测截止时间
|
1998
|
+
# @type MonitorEndTime: String
|
1999
|
+
# @param AutoRenew: 是否自动续费
|
2000
|
+
# @type AutoRenew: Integer
|
1993
2001
|
|
1994
|
-
attr_accessor :WorkId, :WorkName, :WorkType, :TortPlatNum, :TortURLNum, :MonitorTime, :MonitorStatus, :WorkCategory, :InsertTime, :MonitorNote, :WorkCategoryAll, :EvidenceStatus, :EvidenceNote, :TortSiteNum
|
2002
|
+
attr_accessor :WorkId, :WorkName, :WorkType, :TortPlatNum, :TortURLNum, :MonitorTime, :MonitorStatus, :WorkCategory, :InsertTime, :MonitorNote, :WorkCategoryAll, :EvidenceStatus, :EvidenceNote, :TortSiteNum, :MonitorEndTime, :AutoRenew
|
1995
2003
|
|
1996
|
-
def initialize(workid=nil, workname=nil, worktype=nil, tortplatnum=nil, torturlnum=nil, monitortime=nil, monitorstatus=nil, workcategory=nil, inserttime=nil, monitornote=nil, workcategoryall=nil, evidencestatus=nil, evidencenote=nil, tortsitenum=nil)
|
2004
|
+
def initialize(workid=nil, workname=nil, worktype=nil, tortplatnum=nil, torturlnum=nil, monitortime=nil, monitorstatus=nil, workcategory=nil, inserttime=nil, monitornote=nil, workcategoryall=nil, evidencestatus=nil, evidencenote=nil, tortsitenum=nil, monitorendtime=nil, autorenew=nil)
|
1997
2005
|
@WorkId = workid
|
1998
2006
|
@WorkName = workname
|
1999
2007
|
@WorkType = worktype
|
@@ -2008,6 +2016,8 @@ module TencentCloud
|
|
2008
2016
|
@EvidenceStatus = evidencestatus
|
2009
2017
|
@EvidenceNote = evidencenote
|
2010
2018
|
@TortSiteNum = tortsitenum
|
2019
|
+
@MonitorEndTime = monitorendtime
|
2020
|
+
@AutoRenew = autorenew
|
2011
2021
|
end
|
2012
2022
|
|
2013
2023
|
def deserialize(params)
|
@@ -2025,6 +2035,8 @@ module TencentCloud
|
|
2025
2035
|
@EvidenceStatus = params['EvidenceStatus']
|
2026
2036
|
@EvidenceNote = params['EvidenceNote']
|
2027
2037
|
@TortSiteNum = params['TortSiteNum']
|
2038
|
+
@MonitorEndTime = params['MonitorEndTime']
|
2039
|
+
@AutoRenew = params['AutoRenew']
|
2028
2040
|
end
|
2029
2041
|
end
|
2030
2042
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-bma
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.495
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-01-
|
11
|
+
date: 2023-01-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|