tencentcloud-sdk-bma 3.0.418 → 3.0.420
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 +90 -10
- 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: d036fb641b86977839dcd33dfdb18c5935db354c
|
4
|
+
data.tar.gz: d7a93452338c0e0fefa4c4093526d2aab415b0cb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a6cfee3df0ff578528b6d55a28cc7cfe84bc50ee6f1745d8cffbda83a5ddda736e2455d9088967bf9351d410844ec9fedede05593b85386e835d3e47c3e15119
|
7
|
+
data.tar.gz: 9b544702c63a58f784967b6aa570abdf28d5000cec9d5e925af5a76a361fb4b7738c0a27cc38552e9ef9bfc78b3b452356a24844cb5e7670a62107baea695b4d
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.420
|
data/lib/v20210624/models.rb
CHANGED
@@ -285,10 +285,16 @@ module TencentCloud
|
|
285
285
|
# @type CommValidEndDate: String
|
286
286
|
# @param IsProducer: x
|
287
287
|
# @type IsProducer: String
|
288
|
-
|
289
|
-
|
288
|
+
# @param EvidenceFileUrl: x
|
289
|
+
# @type EvidenceFileUrl: String
|
290
|
+
# @param EvidenceValidStartDate: x
|
291
|
+
# @type EvidenceValidStartDate: String
|
292
|
+
# @param EvidenceValidEndDate: x
|
293
|
+
# @type EvidenceValidEndDate: String
|
294
|
+
|
295
|
+
attr_accessor :WorkId, :TortUrl, :TortTitle, :TortPlat, :BlockUrl, :FileUrl, :ValidStartDate, :ValidEndDate, :TortPic, :CommFileUrl, :CommValidStartDate, :CommValidEndDate, :IsProducer, :EvidenceFileUrl, :EvidenceValidStartDate, :EvidenceValidEndDate
|
290
296
|
|
291
|
-
def initialize(workid=nil, torturl=nil, torttitle=nil, tortplat=nil, blockurl=nil, fileurl=nil, validstartdate=nil, validenddate=nil, tortpic=nil, commfileurl=nil, commvalidstartdate=nil, commvalidenddate=nil, isproducer=nil)
|
297
|
+
def initialize(workid=nil, torturl=nil, torttitle=nil, tortplat=nil, blockurl=nil, fileurl=nil, validstartdate=nil, validenddate=nil, tortpic=nil, commfileurl=nil, commvalidstartdate=nil, commvalidenddate=nil, isproducer=nil, evidencefileurl=nil, evidencevalidstartdate=nil, evidencevalidenddate=nil)
|
292
298
|
@WorkId = workid
|
293
299
|
@TortUrl = torturl
|
294
300
|
@TortTitle = torttitle
|
@@ -302,6 +308,9 @@ module TencentCloud
|
|
302
308
|
@CommValidStartDate = commvalidstartdate
|
303
309
|
@CommValidEndDate = commvalidenddate
|
304
310
|
@IsProducer = isproducer
|
311
|
+
@EvidenceFileUrl = evidencefileurl
|
312
|
+
@EvidenceValidStartDate = evidencevalidstartdate
|
313
|
+
@EvidenceValidEndDate = evidencevalidenddate
|
305
314
|
end
|
306
315
|
|
307
316
|
def deserialize(params)
|
@@ -318,6 +327,9 @@ module TencentCloud
|
|
318
327
|
@CommValidStartDate = params['CommValidStartDate']
|
319
328
|
@CommValidEndDate = params['CommValidEndDate']
|
320
329
|
@IsProducer = params['IsProducer']
|
330
|
+
@EvidenceFileUrl = params['EvidenceFileUrl']
|
331
|
+
@EvidenceValidStartDate = params['EvidenceValidStartDate']
|
332
|
+
@EvidenceValidEndDate = params['EvidenceValidEndDate']
|
321
333
|
end
|
322
334
|
end
|
323
335
|
|
@@ -492,10 +504,16 @@ module TencentCloud
|
|
492
504
|
# @type HomeValidEndDate: String
|
493
505
|
# @param IsProducer: x
|
494
506
|
# @type IsProducer: String
|
495
|
-
|
496
|
-
|
507
|
+
# @param EvidenceFileUrl: x
|
508
|
+
# @type EvidenceFileUrl: String
|
509
|
+
# @param EvidenceValidStartDate: x
|
510
|
+
# @type EvidenceValidStartDate: String
|
511
|
+
# @param EvidenceValidEndDate: x
|
512
|
+
# @type EvidenceValidEndDate: String
|
513
|
+
|
514
|
+
attr_accessor :WorkId, :TortUrl, :TortTitle, :TortPlat, :RightUrl, :FileUrl, :ValidStartDate, :ValidEndDate, :CommFileUrl, :CommValidStartDate, :CommValidEndDate, :HomeFileUrl, :HomeValidStartDate, :HomeValidEndDate, :IsProducer, :EvidenceFileUrl, :EvidenceValidStartDate, :EvidenceValidEndDate
|
497
515
|
|
498
|
-
def initialize(workid=nil, torturl=nil, torttitle=nil, tortplat=nil, righturl=nil, fileurl=nil, validstartdate=nil, validenddate=nil, commfileurl=nil, commvalidstartdate=nil, commvalidenddate=nil, homefileurl=nil, homevalidstartdate=nil, homevalidenddate=nil, isproducer=nil)
|
516
|
+
def initialize(workid=nil, torturl=nil, torttitle=nil, tortplat=nil, righturl=nil, fileurl=nil, validstartdate=nil, validenddate=nil, commfileurl=nil, commvalidstartdate=nil, commvalidenddate=nil, homefileurl=nil, homevalidstartdate=nil, homevalidenddate=nil, isproducer=nil, evidencefileurl=nil, evidencevalidstartdate=nil, evidencevalidenddate=nil)
|
499
517
|
@WorkId = workid
|
500
518
|
@TortUrl = torturl
|
501
519
|
@TortTitle = torttitle
|
@@ -511,6 +529,9 @@ module TencentCloud
|
|
511
529
|
@HomeValidStartDate = homevalidstartdate
|
512
530
|
@HomeValidEndDate = homevalidenddate
|
513
531
|
@IsProducer = isproducer
|
532
|
+
@EvidenceFileUrl = evidencefileurl
|
533
|
+
@EvidenceValidStartDate = evidencevalidstartdate
|
534
|
+
@EvidenceValidEndDate = evidencevalidenddate
|
514
535
|
end
|
515
536
|
|
516
537
|
def deserialize(params)
|
@@ -529,6 +550,9 @@ module TencentCloud
|
|
529
550
|
@HomeValidStartDate = params['HomeValidStartDate']
|
530
551
|
@HomeValidEndDate = params['HomeValidEndDate']
|
531
552
|
@IsProducer = params['IsProducer']
|
553
|
+
@EvidenceFileUrl = params['EvidenceFileUrl']
|
554
|
+
@EvidenceValidStartDate = params['EvidenceValidStartDate']
|
555
|
+
@EvidenceValidEndDate = params['EvidenceValidEndDate']
|
532
556
|
end
|
533
557
|
end
|
534
558
|
|
@@ -744,10 +768,14 @@ module TencentCloud
|
|
744
768
|
# @type Content: String
|
745
769
|
# @param MonitorEndTime: 监测结束时间
|
746
770
|
# @type MonitorEndTime: String
|
771
|
+
# @param ApplierId: 申请人ID
|
772
|
+
# @type ApplierId: String
|
773
|
+
# @param ApplierName: 申请人姓名
|
774
|
+
# @type ApplierName: String
|
747
775
|
|
748
|
-
attr_accessor :WorkName, :WorkCategory, :WorkType, :WorkSign, :WorkPic, :WorkDesc, :IsOriginal, :IsRelease, :ProducerID, :ProduceTime, :SampleContentURL, :SampleDownloadURL, :GrantType, :SamplePublicURL, :IsMonitor, :IsCert, :CertUrl, :MonitorUrl, :ProduceType, :WhiteLists, :WorkId, :ProducerName, :Nickname, :Authorization, :AuthorizationStartTime, :AuthorizationEndTime, :ContentType, :Content, :MonitorEndTime
|
776
|
+
attr_accessor :WorkName, :WorkCategory, :WorkType, :WorkSign, :WorkPic, :WorkDesc, :IsOriginal, :IsRelease, :ProducerID, :ProduceTime, :SampleContentURL, :SampleDownloadURL, :GrantType, :SamplePublicURL, :IsMonitor, :IsCert, :CertUrl, :MonitorUrl, :ProduceType, :WhiteLists, :WorkId, :ProducerName, :Nickname, :Authorization, :AuthorizationStartTime, :AuthorizationEndTime, :ContentType, :Content, :MonitorEndTime, :ApplierId, :ApplierName
|
749
777
|
|
750
|
-
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, granttype=nil, samplepublicurl=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)
|
778
|
+
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, granttype=nil, samplepublicurl=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)
|
751
779
|
@WorkName = workname
|
752
780
|
@WorkCategory = workcategory
|
753
781
|
@WorkType = worktype
|
@@ -777,6 +805,8 @@ module TencentCloud
|
|
777
805
|
@ContentType = contenttype
|
778
806
|
@Content = content
|
779
807
|
@MonitorEndTime = monitorendtime
|
808
|
+
@ApplierId = applierid
|
809
|
+
@ApplierName = appliername
|
780
810
|
end
|
781
811
|
|
782
812
|
def deserialize(params)
|
@@ -809,6 +839,8 @@ module TencentCloud
|
|
809
839
|
@ContentType = params['ContentType']
|
810
840
|
@Content = params['Content']
|
811
841
|
@MonitorEndTime = params['MonitorEndTime']
|
842
|
+
@ApplierId = params['ApplierId']
|
843
|
+
@ApplierName = params['ApplierName']
|
812
844
|
end
|
813
845
|
end
|
814
846
|
|
@@ -1796,10 +1828,34 @@ module TencentCloud
|
|
1796
1828
|
# @type ObtainNote: String
|
1797
1829
|
# @param WorkTitle: 1
|
1798
1830
|
# @type WorkTitle: String
|
1831
|
+
# @param TortSite: 1
|
1832
|
+
# @type TortSite: String
|
1833
|
+
# @param ICP: 1
|
1834
|
+
# @type ICP: String
|
1835
|
+
# @param RightNote: 1
|
1836
|
+
# @type RightNote: String
|
1837
|
+
# @param ObtainType: 1
|
1838
|
+
# @type ObtainType: Integer
|
1839
|
+
# @param BlockNote: 1
|
1840
|
+
# @type BlockNote: String
|
1841
|
+
# @param WorkId: 1
|
1842
|
+
# @type WorkId: Integer
|
1843
|
+
# @param WorkName: 1
|
1844
|
+
# @type WorkName: String
|
1845
|
+
# @param AuthStatus: 1
|
1846
|
+
# @type AuthStatus: Integer
|
1847
|
+
# @param CommStatus: 1
|
1848
|
+
# @type CommStatus: Integer
|
1849
|
+
# @param EvidenceStatus: 1
|
1850
|
+
# @type EvidenceStatus: Integer
|
1851
|
+
# @param IsProducer: 1
|
1852
|
+
# @type IsProducer: Integer
|
1853
|
+
# @param IsOverseas: 1
|
1854
|
+
# @type IsOverseas: Integer
|
1799
1855
|
|
1800
|
-
attr_accessor :TortId, :TortTitle, :TortPlat, :TortURL, :PubTime, :Author, :DetectTime, :ObtainStatus, :RightStatus, :BlockStatus, :TortNum, :ObtainNote, :WorkTitle
|
1856
|
+
attr_accessor :TortId, :TortTitle, :TortPlat, :TortURL, :PubTime, :Author, :DetectTime, :ObtainStatus, :RightStatus, :BlockStatus, :TortNum, :ObtainNote, :WorkTitle, :TortSite, :ICP, :RightNote, :ObtainType, :BlockNote, :WorkId, :WorkName, :AuthStatus, :CommStatus, :EvidenceStatus, :IsProducer, :IsOverseas
|
1801
1857
|
|
1802
|
-
def initialize(tortid=nil, torttitle=nil, tortplat=nil, torturl=nil, pubtime=nil, author=nil, detecttime=nil, obtainstatus=nil, rightstatus=nil, blockstatus=nil, tortnum=nil, obtainnote=nil, worktitle=nil)
|
1858
|
+
def initialize(tortid=nil, torttitle=nil, tortplat=nil, torturl=nil, pubtime=nil, author=nil, detecttime=nil, obtainstatus=nil, rightstatus=nil, blockstatus=nil, tortnum=nil, obtainnote=nil, worktitle=nil, tortsite=nil, icp=nil, rightnote=nil, obtaintype=nil, blocknote=nil, workid=nil, workname=nil, authstatus=nil, commstatus=nil, evidencestatus=nil, isproducer=nil, isoverseas=nil)
|
1803
1859
|
@TortId = tortid
|
1804
1860
|
@TortTitle = torttitle
|
1805
1861
|
@TortPlat = tortplat
|
@@ -1813,6 +1869,18 @@ module TencentCloud
|
|
1813
1869
|
@TortNum = tortnum
|
1814
1870
|
@ObtainNote = obtainnote
|
1815
1871
|
@WorkTitle = worktitle
|
1872
|
+
@TortSite = tortsite
|
1873
|
+
@ICP = icp
|
1874
|
+
@RightNote = rightnote
|
1875
|
+
@ObtainType = obtaintype
|
1876
|
+
@BlockNote = blocknote
|
1877
|
+
@WorkId = workid
|
1878
|
+
@WorkName = workname
|
1879
|
+
@AuthStatus = authstatus
|
1880
|
+
@CommStatus = commstatus
|
1881
|
+
@EvidenceStatus = evidencestatus
|
1882
|
+
@IsProducer = isproducer
|
1883
|
+
@IsOverseas = isoverseas
|
1816
1884
|
end
|
1817
1885
|
|
1818
1886
|
def deserialize(params)
|
@@ -1829,6 +1897,18 @@ module TencentCloud
|
|
1829
1897
|
@TortNum = params['TortNum']
|
1830
1898
|
@ObtainNote = params['ObtainNote']
|
1831
1899
|
@WorkTitle = params['WorkTitle']
|
1900
|
+
@TortSite = params['TortSite']
|
1901
|
+
@ICP = params['ICP']
|
1902
|
+
@RightNote = params['RightNote']
|
1903
|
+
@ObtainType = params['ObtainType']
|
1904
|
+
@BlockNote = params['BlockNote']
|
1905
|
+
@WorkId = params['WorkId']
|
1906
|
+
@WorkName = params['WorkName']
|
1907
|
+
@AuthStatus = params['AuthStatus']
|
1908
|
+
@CommStatus = params['CommStatus']
|
1909
|
+
@EvidenceStatus = params['EvidenceStatus']
|
1910
|
+
@IsProducer = params['IsProducer']
|
1911
|
+
@IsOverseas = params['IsOverseas']
|
1832
1912
|
end
|
1833
1913
|
end
|
1834
1914
|
|
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.420
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-09-
|
11
|
+
date: 2022-09-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|