tencentcloud-sdk-bma 3.0.443 → 3.0.444

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20210624/models.rb +42 -10
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: fac889a777bca07e201764b72592e7e40c1b9c80
4
- data.tar.gz: 39fd9220b01fefe9c5289c1ebf8349550861279e
3
+ metadata.gz: 452f3f3cd9e2d85ea0acef1af16cbd1258312ef4
4
+ data.tar.gz: b54f39b97e53ea7a4638c6e7b0fcf9ee921ae4f4
5
5
  SHA512:
6
- metadata.gz: e6bd6d74541739045613df553125598e35d0dfda6efd424b24cd1867ae697bb73c69c22ee7cff3a6ebca06d3c3f9fe54c76d4ecbc80db0f5bab1520965612946
7
- data.tar.gz: b346ebb23f376253c2c2e33d0801c3de29696d61298c8767f08ed32600147cb6ed60dc43920148b24504546b569822a2b9a8b9ae5d0ec4829e9910be674e0c44
6
+ metadata.gz: 9c5315b2f7b920946d528d83188f8e8e5797c88f71c26159926a5135e449681aea4984e43dcbb608ac68522aa90c2830938cc7f728b7dae8d83c616ed88bf9a8
7
+ data.tar.gz: a9bc5b14ba768950c4e8afd05e57c917eaa4931f9e3ce31c3d8c090be2fcaac2d9e45bbde6e216915eb01013d0005e7f4ef5d66626236dba4affaafdd9ee2cfe
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.443
1
+ 3.0.444
@@ -1272,15 +1272,18 @@ module TencentCloud
1272
1272
  # @type TotalCount: Integer
1273
1273
  # @param MonitorStatus: 监测状态
1274
1274
  # @type MonitorStatus: Integer
1275
+ # @param ExportURL: 导出地址
1276
+ # @type ExportURL: String
1275
1277
  # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1276
1278
  # @type RequestId: String
1277
1279
 
1278
- attr_accessor :Torts, :TotalCount, :MonitorStatus, :RequestId
1280
+ attr_accessor :Torts, :TotalCount, :MonitorStatus, :ExportURL, :RequestId
1279
1281
 
1280
- def initialize(torts=nil, totalcount=nil, monitorstatus=nil, requestid=nil)
1282
+ def initialize(torts=nil, totalcount=nil, monitorstatus=nil, exporturl=nil, requestid=nil)
1281
1283
  @Torts = torts
1282
1284
  @TotalCount = totalcount
1283
1285
  @MonitorStatus = monitorstatus
1286
+ @ExportURL = exporturl
1284
1287
  @RequestId = requestid
1285
1288
  end
1286
1289
 
@@ -1295,6 +1298,7 @@ module TencentCloud
1295
1298
  end
1296
1299
  @TotalCount = params['TotalCount']
1297
1300
  @MonitorStatus = params['MonitorStatus']
1301
+ @ExportURL = params['ExportURL']
1298
1302
  @RequestId = params['RequestId']
1299
1303
  end
1300
1304
  end
@@ -1336,14 +1340,17 @@ module TencentCloud
1336
1340
  # @type Monitors: Array
1337
1341
  # @param TotalCount: 记录总条数
1338
1342
  # @type TotalCount: Integer
1343
+ # @param ExportURL: 导出地址
1344
+ # @type ExportURL: String
1339
1345
  # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1340
1346
  # @type RequestId: String
1341
1347
 
1342
- attr_accessor :Monitors, :TotalCount, :RequestId
1348
+ attr_accessor :Monitors, :TotalCount, :ExportURL, :RequestId
1343
1349
 
1344
- def initialize(monitors=nil, totalcount=nil, requestid=nil)
1350
+ def initialize(monitors=nil, totalcount=nil, exporturl=nil, requestid=nil)
1345
1351
  @Monitors = monitors
1346
1352
  @TotalCount = totalcount
1353
+ @ExportURL = exporturl
1347
1354
  @RequestId = requestid
1348
1355
  end
1349
1356
 
@@ -1357,6 +1364,7 @@ module TencentCloud
1357
1364
  end
1358
1365
  end
1359
1366
  @TotalCount = params['TotalCount']
1367
+ @ExportURL = params['ExportURL']
1360
1368
  @RequestId = params['RequestId']
1361
1369
  end
1362
1370
  end
@@ -1409,12 +1417,14 @@ module TencentCloud
1409
1417
  # @type ObtainDuration: String
1410
1418
  # @param ObtainName: 取证名称
1411
1419
  # @type ObtainName: String
1420
+ # @param DepositPdfCert: 取证公证信息
1421
+ # @type DepositPdfCert: String
1412
1422
  # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1413
1423
  # @type RequestId: String
1414
1424
 
1415
- attr_accessor :WorkName, :TortURL, :ObtainTime, :ObtainType, :ObtainNum, :DepositFile, :DepositCert, :WorkType, :WorkCategory, :TortId, :TortNum, :ObtainStatus, :ObtainNote, :ObtainDuration, :ObtainName, :RequestId
1425
+ attr_accessor :WorkName, :TortURL, :ObtainTime, :ObtainType, :ObtainNum, :DepositFile, :DepositCert, :WorkType, :WorkCategory, :TortId, :TortNum, :ObtainStatus, :ObtainNote, :ObtainDuration, :ObtainName, :DepositPdfCert, :RequestId
1416
1426
 
1417
- def initialize(workname=nil, torturl=nil, obtaintime=nil, obtaintype=nil, obtainnum=nil, depositfile=nil, depositcert=nil, worktype=nil, workcategory=nil, tortid=nil, tortnum=nil, obtainstatus=nil, obtainnote=nil, obtainduration=nil, obtainname=nil, requestid=nil)
1427
+ def initialize(workname=nil, torturl=nil, obtaintime=nil, obtaintype=nil, obtainnum=nil, depositfile=nil, depositcert=nil, worktype=nil, workcategory=nil, tortid=nil, tortnum=nil, obtainstatus=nil, obtainnote=nil, obtainduration=nil, obtainname=nil, depositpdfcert=nil, requestid=nil)
1418
1428
  @WorkName = workname
1419
1429
  @TortURL = torturl
1420
1430
  @ObtainTime = obtaintime
@@ -1430,6 +1440,7 @@ module TencentCloud
1430
1440
  @ObtainNote = obtainnote
1431
1441
  @ObtainDuration = obtainduration
1432
1442
  @ObtainName = obtainname
1443
+ @DepositPdfCert = depositpdfcert
1433
1444
  @RequestId = requestid
1434
1445
  end
1435
1446
 
@@ -1449,6 +1460,7 @@ module TencentCloud
1449
1460
  @ObtainNote = params['ObtainNote']
1450
1461
  @ObtainDuration = params['ObtainDuration']
1451
1462
  @ObtainName = params['ObtainName']
1463
+ @DepositPdfCert = params['DepositPdfCert']
1452
1464
  @RequestId = params['RequestId']
1453
1465
  end
1454
1466
  end
@@ -1970,10 +1982,18 @@ module TencentCloud
1970
1982
  # @type InsertTime: String
1971
1983
  # @param MonitorNote: 监测状态说明
1972
1984
  # @type MonitorNote: String
1985
+ # @param WorkCategoryAll: 作品类型全部展示
1986
+ # @type WorkCategoryAll: String
1987
+ # @param EvidenceStatus: 存证状态
1988
+ # @type EvidenceStatus: Integer
1989
+ # @param EvidenceNote: 存证状态说明
1990
+ # @type EvidenceNote: String
1991
+ # @param TortSiteNum: 侵权站点数量
1992
+ # @type TortSiteNum: Integer
1973
1993
 
1974
- attr_accessor :WorkId, :WorkName, :WorkType, :TortPlatNum, :TortURLNum, :MonitorTime, :MonitorStatus, :WorkCategory, :InsertTime, :MonitorNote
1994
+ attr_accessor :WorkId, :WorkName, :WorkType, :TortPlatNum, :TortURLNum, :MonitorTime, :MonitorStatus, :WorkCategory, :InsertTime, :MonitorNote, :WorkCategoryAll, :EvidenceStatus, :EvidenceNote, :TortSiteNum
1975
1995
 
1976
- def initialize(workid=nil, workname=nil, worktype=nil, tortplatnum=nil, torturlnum=nil, monitortime=nil, monitorstatus=nil, workcategory=nil, inserttime=nil, monitornote=nil)
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)
1977
1997
  @WorkId = workid
1978
1998
  @WorkName = workname
1979
1999
  @WorkType = worktype
@@ -1984,6 +2004,10 @@ module TencentCloud
1984
2004
  @WorkCategory = workcategory
1985
2005
  @InsertTime = inserttime
1986
2006
  @MonitorNote = monitornote
2007
+ @WorkCategoryAll = workcategoryall
2008
+ @EvidenceStatus = evidencestatus
2009
+ @EvidenceNote = evidencenote
2010
+ @TortSiteNum = tortsitenum
1987
2011
  end
1988
2012
 
1989
2013
  def deserialize(params)
@@ -1997,6 +2021,10 @@ module TencentCloud
1997
2021
  @WorkCategory = params['WorkCategory']
1998
2022
  @InsertTime = params['InsertTime']
1999
2023
  @MonitorNote = params['MonitorNote']
2024
+ @WorkCategoryAll = params['WorkCategoryAll']
2025
+ @EvidenceStatus = params['EvidenceStatus']
2026
+ @EvidenceNote = params['EvidenceNote']
2027
+ @TortSiteNum = params['TortSiteNum']
2000
2028
  end
2001
2029
  end
2002
2030
 
@@ -2052,10 +2080,12 @@ module TencentCloud
2052
2080
  # @type IsProducer: Integer
2053
2081
  # @param IsOverseas: 是否境外网址
2054
2082
  # @type IsOverseas: Integer
2083
+ # @param IPLoc: ip地理位置
2084
+ # @type IPLoc: String
2055
2085
 
2056
- 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
2086
+ 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, :IPLoc
2057
2087
 
2058
- 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)
2088
+ 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, iploc=nil)
2059
2089
  @TortId = tortid
2060
2090
  @TortTitle = torttitle
2061
2091
  @TortPlat = tortplat
@@ -2081,6 +2111,7 @@ module TencentCloud
2081
2111
  @EvidenceStatus = evidencestatus
2082
2112
  @IsProducer = isproducer
2083
2113
  @IsOverseas = isoverseas
2114
+ @IPLoc = iploc
2084
2115
  end
2085
2116
 
2086
2117
  def deserialize(params)
@@ -2109,6 +2140,7 @@ module TencentCloud
2109
2140
  @EvidenceStatus = params['EvidenceStatus']
2110
2141
  @IsProducer = params['IsProducer']
2111
2142
  @IsOverseas = params['IsOverseas']
2143
+ @IPLoc = params['IPLoc']
2112
2144
  end
2113
2145
  end
2114
2146
 
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.443
4
+ version: 3.0.444
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-11-02 00:00:00.000000000 Z
11
+ date: 2022-11-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common