tencentcloud-sdk-pts 3.0.443 → 3.0.445

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/v20210728/models.rb +14 -4
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1c7a6005d7571ea043ccdd40bdacabd40f83515d
4
- data.tar.gz: f0ebf54d2834b44b49b71f1e958ff8eabdbc4239
3
+ metadata.gz: b0ef2b9aa1edd2bfefeb4e14ed2759303d546fed
4
+ data.tar.gz: 73b47e9c881c4717dfa6a7f583bf5bce51750aaf
5
5
  SHA512:
6
- metadata.gz: 3175c0aca932316eae82a36e7eea1e8a303ec145f92e1e5ee8288cd770d99897bda88a406f2c13d45ca0ebdd3e7f3ecfb33645b62de5734f9a6525e0daeefae3
7
- data.tar.gz: 7643731472c832f273ea3e5e1b18f577c737be185763d65066c394196ac240526baccd73e0e653552cf345a3d91966d924e13e7b73fa90fa447b52b67d9115aa
6
+ metadata.gz: 5f5d097e6be8598bb66f28ac1eed84d2d3a887e66f34f1db583aa77b04ad0ce4c7bf4a59742647027f47a0695313b013242718384055e52e893d29e03bc75ba3
7
+ data.tar.gz: d91e16044bd884fb6c86aee2e7d12002bb09cd780157e262fd07ab23e357da31e0f999eaa9dcf84da4a2e20c227929af4bd3e453db9325a516c075872d78f481
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.443
1
+ 3.0.445
@@ -2809,10 +2809,13 @@ module TencentCloud
2809
2809
  # @param SubAccountUin: 用户子账号
2810
2810
  # 注意:此字段可能返回 null,表示取不到有效值。
2811
2811
  # @type SubAccountUin: String
2812
+ # @param AppId: 用户账号的 App ID
2813
+ # 注意:此字段可能返回 null,表示取不到有效值。
2814
+ # @type AppId: Integer
2812
2815
 
2813
- attr_accessor :FileId, :Kind, :Name, :Size, :Type, :UpdatedAt, :LineCount, :HeadLines, :TailLines, :HeaderInFile, :HeaderColumns, :FileInfos, :ScenarioSet, :Status, :CreatedAt, :ProjectId, :AppID, :Uin, :SubAccountUin
2816
+ attr_accessor :FileId, :Kind, :Name, :Size, :Type, :UpdatedAt, :LineCount, :HeadLines, :TailLines, :HeaderInFile, :HeaderColumns, :FileInfos, :ScenarioSet, :Status, :CreatedAt, :ProjectId, :AppID, :Uin, :SubAccountUin, :AppId
2814
2817
 
2815
- def initialize(fileid=nil, kind=nil, name=nil, size=nil, type=nil, updatedat=nil, linecount=nil, headlines=nil, taillines=nil, headerinfile=nil, headercolumns=nil, fileinfos=nil, scenarioset=nil, status=nil, createdat=nil, projectid=nil, appid=nil, uin=nil, subaccountuin=nil)
2818
+ def initialize(fileid=nil, kind=nil, name=nil, size=nil, type=nil, updatedat=nil, linecount=nil, headlines=nil, taillines=nil, headerinfile=nil, headercolumns=nil, fileinfos=nil, scenarioset=nil, status=nil, createdat=nil, projectid=nil, appid=nil, uin=nil, subaccountuin=nil, appid=nil)
2816
2819
  @FileId = fileid
2817
2820
  @Kind = kind
2818
2821
  @Name = name
@@ -2832,6 +2835,7 @@ module TencentCloud
2832
2835
  @AppID = appid
2833
2836
  @Uin = uin
2834
2837
  @SubAccountUin = subaccountuin
2838
+ @AppId = appid
2835
2839
  end
2836
2840
 
2837
2841
  def deserialize(params)
@@ -2868,6 +2872,7 @@ module TencentCloud
2868
2872
  @AppID = params['AppID']
2869
2873
  @Uin = params['Uin']
2870
2874
  @SubAccountUin = params['SubAccountUin']
2875
+ @AppId = params['AppId']
2871
2876
  end
2872
2877
  end
2873
2878
 
@@ -4394,10 +4399,13 @@ module TencentCloud
4394
4399
  # @param LoadWeight: 脚本权重,范围 1-100
4395
4400
  # 注意:此字段可能返回 null,表示取不到有效值。
4396
4401
  # @type LoadWeight: Integer
4402
+ # @param FileId: 文件 ID
4403
+ # 注意:此字段可能返回 null,表示取不到有效值。
4404
+ # @type FileId: String
4397
4405
 
4398
- attr_accessor :Name, :Size, :Type, :UpdatedAt, :EncodedContent, :EncodedHttpArchive, :LoadWeight
4406
+ attr_accessor :Name, :Size, :Type, :UpdatedAt, :EncodedContent, :EncodedHttpArchive, :LoadWeight, :FileId
4399
4407
 
4400
- def initialize(name=nil, size=nil, type=nil, updatedat=nil, encodedcontent=nil, encodedhttparchive=nil, loadweight=nil)
4408
+ def initialize(name=nil, size=nil, type=nil, updatedat=nil, encodedcontent=nil, encodedhttparchive=nil, loadweight=nil, fileid=nil)
4401
4409
  @Name = name
4402
4410
  @Size = size
4403
4411
  @Type = type
@@ -4405,6 +4413,7 @@ module TencentCloud
4405
4413
  @EncodedContent = encodedcontent
4406
4414
  @EncodedHttpArchive = encodedhttparchive
4407
4415
  @LoadWeight = loadweight
4416
+ @FileId = fileid
4408
4417
  end
4409
4418
 
4410
4419
  def deserialize(params)
@@ -4415,6 +4424,7 @@ module TencentCloud
4415
4424
  @EncodedContent = params['EncodedContent']
4416
4425
  @EncodedHttpArchive = params['EncodedHttpArchive']
4417
4426
  @LoadWeight = params['LoadWeight']
4427
+ @FileId = params['FileId']
4418
4428
  end
4419
4429
  end
4420
4430
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-pts
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.443
4
+ version: 3.0.445
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-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common