tencentcloud-sdk-mrs 3.0.941 → 3.0.942

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/v20200910/models.rb +12 -2
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b9f277b77bfc94428cf8ab013c56c04f2602be3f
4
- data.tar.gz: b8de3a5013beb848f68201f0aa25da6f31469463
3
+ metadata.gz: eadcf6732b6f940bf4237ef024155cdf14d9d068
4
+ data.tar.gz: 17429afc34b6cd89af60d64301812d4cd5129fd7
5
5
  SHA512:
6
- metadata.gz: ae942f1f9fafb5fb2cf8c6d424e9015f89e7ca36b30d64dcccb9504c9d81beb277f6b0e91e93e5f3a80b598b4c6799ebd039051ab2d64d1da64eee71b3d68f63
7
- data.tar.gz: 469d8502ee4278b5d8c46dd53c3d8cd3f2595386beff3fb4b77525a27b4f911291db870d959ba3ee7c26a0ee16ad727b8a889f9ec78cb4aedbe6253859b90b0c
6
+ metadata.gz: 9876ebaffe59ccb5dcaed79e538cd9ff0b10b395646100669a88267e436c97a7294c3f87624a70466b0159d1e6b5e35b8a2998e5a8bbb7785ef3135fd545339e
7
+ data.tar.gz: 8e838bbffa65b791e4741e63790cabbf6952e873faf92f3e01b988f321694282c48dec3ced119fbbcf55eb5df9ca56e146b2aeb6f5cbdb33871ade52e04926cc
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.941
1
+ 3.0.942
@@ -606,6 +606,9 @@ module TencentCloud
606
606
  # @type Pinyin: String
607
607
 
608
608
  attr_accessor :Text, :GenericName, :BarndName, :EnName, :Pinyin
609
+ extend Gem::Deprecate
610
+ deprecate :BarndName, :none, 2024, 11
611
+ deprecate :BarndName=, :none, 2024, 11
609
612
 
610
613
  def initialize(text=nil, genericname=nil, barndname=nil, enname=nil, pinyin=nil)
611
614
  @Text = text
@@ -1964,15 +1967,21 @@ module TencentCloud
1964
1967
  # @param Pinyin: 拼音
1965
1968
  # 注意:此字段可能返回 null,表示取不到有效值。
1966
1969
  # @type Pinyin: String
1970
+ # @param BrandName: 品牌名
1971
+ # @type BrandName: String
1967
1972
 
1968
- attr_accessor :Text, :GenericName, :BarndName, :EnName, :Pinyin
1973
+ attr_accessor :Text, :GenericName, :BarndName, :EnName, :Pinyin, :BrandName
1974
+ extend Gem::Deprecate
1975
+ deprecate :BarndName, :none, 2024, 11
1976
+ deprecate :BarndName=, :none, 2024, 11
1969
1977
 
1970
- def initialize(text=nil, genericname=nil, barndname=nil, enname=nil, pinyin=nil)
1978
+ def initialize(text=nil, genericname=nil, barndname=nil, enname=nil, pinyin=nil, brandname=nil)
1971
1979
  @Text = text
1972
1980
  @GenericName = genericname
1973
1981
  @BarndName = barndname
1974
1982
  @EnName = enname
1975
1983
  @Pinyin = pinyin
1984
+ @BrandName = brandname
1976
1985
  end
1977
1986
 
1978
1987
  def deserialize(params)
@@ -1981,6 +1990,7 @@ module TencentCloud
1981
1990
  @BarndName = params['BarndName']
1982
1991
  @EnName = params['EnName']
1983
1992
  @Pinyin = params['Pinyin']
1993
+ @BrandName = params['BrandName']
1984
1994
  end
1985
1995
  end
1986
1996
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-mrs
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.941
4
+ version: 3.0.942
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-11-12 00:00:00.000000000 Z
11
+ date: 2024-11-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common