tencentcloud-sdk-pts 3.0.443 → 3.0.444

Sign up to get free protection for your applications and to get access to all the features.
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: e4aefbda947672754c5f43934ba9a68d89908ffa
4
+ data.tar.gz: 9c7dbb697f17c8414021087dfd09a7434b69f6cf
5
5
  SHA512:
6
- metadata.gz: 3175c0aca932316eae82a36e7eea1e8a303ec145f92e1e5ee8288cd770d99897bda88a406f2c13d45ca0ebdd3e7f3ecfb33645b62de5734f9a6525e0daeefae3
7
- data.tar.gz: 7643731472c832f273ea3e5e1b18f577c737be185763d65066c394196ac240526baccd73e0e653552cf345a3d91966d924e13e7b73fa90fa447b52b67d9115aa
6
+ metadata.gz: fadc6f18f84012edb48cc3ae37ff1f2afe467b3f66d52e166e6d1a96e57fcf4f4649f27360f6e2ae9ef2401ead64e3f053378bbda6615e0e99b6c6e35ea822fd
7
+ data.tar.gz: e1de318b87bdc63c5bfa1adaccf2668b5309d7253ae21e2d15369a208efb558357a5fd237ffe51ac5da504c11b47e4f8966f8b8e18a4d11cc775ae1a22b940ac
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.443
1
+ 3.0.444
@@ -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.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