tencentcloud-sdk-gaap 1.0.342 → 1.0.343

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 10eb96412ddc7a5128d76909ae93a9f7a7e7b880
4
- data.tar.gz: 73854ce9610a86f0cca7b288188f9d787868f3fc
3
+ metadata.gz: 43357f2eabf547fa8ebf98dfcdd4062a155e4727
4
+ data.tar.gz: 381b6a8486c7d6568187ccec52b3e57762e01c28
5
5
  SHA512:
6
- metadata.gz: 8fd34b2a793db17d75eff077291f02a91dc906a9ef46f21fe4aa9cc2586376721ee665e14ff415d68a2ffec0107bc46ddbe1359a91fd8631a6f66d74489f525e
7
- data.tar.gz: 0fa585e5e0ea2b762861b6ccb812528d8d924719fcb679cc186cc39fc3c9349ae7ab783fcce94b9cacb6ab427dda4248005a122231eb6f10717a9e9e7ce126af
6
+ metadata.gz: 06dba6afc00f6893fdb8bfa69307bc3a213d48f6294e5a08b3b983a1dbac76d36977eeeb4cd7c6ac2935dde6b6ab941a4d2f49f4a5f767394c12a88997c04209
7
+ data.tar.gz: ec728901e0219d955341364c62e8d18e365dd6a2e994e01b9f2d966073a067712493e6ffae17291967406f0c2630c77ade58c020275857a58b09931e22387717
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.342
1
+ 1.0.343
@@ -739,16 +739,20 @@ module TencentCloud
739
739
  # @type ContinentName: String
740
740
  # @param ContinentInnerCode: 大洲编码。
741
741
  # @type ContinentInnerCode: String
742
+ # @param Remark: 标注信息
743
+ # 注意:此字段可能返回 null,表示取不到有效值。
744
+ # @type Remark: String
742
745
 
743
- attr_accessor :NationCountryName, :NationCountryInnerCode, :GeographicalZoneName, :GeographicalZoneInnerCode, :ContinentName, :ContinentInnerCode
746
+ attr_accessor :NationCountryName, :NationCountryInnerCode, :GeographicalZoneName, :GeographicalZoneInnerCode, :ContinentName, :ContinentInnerCode, :Remark
744
747
 
745
- def initialize(nationcountryname=nil, nationcountryinnercode=nil, geographicalzonename=nil, geographicalzoneinnercode=nil, continentname=nil, continentinnercode=nil)
748
+ def initialize(nationcountryname=nil, nationcountryinnercode=nil, geographicalzonename=nil, geographicalzoneinnercode=nil, continentname=nil, continentinnercode=nil, remark=nil)
746
749
  @NationCountryName = nationcountryname
747
750
  @NationCountryInnerCode = nationcountryinnercode
748
751
  @GeographicalZoneName = geographicalzonename
749
752
  @GeographicalZoneInnerCode = geographicalzoneinnercode
750
753
  @ContinentName = continentname
751
754
  @ContinentInnerCode = continentinnercode
755
+ @Remark = remark
752
756
  end
753
757
 
754
758
  def deserialize(params)
@@ -758,6 +762,7 @@ module TencentCloud
758
762
  @GeographicalZoneInnerCode = params['GeographicalZoneInnerCode']
759
763
  @ContinentName = params['ContinentName']
760
764
  @ContinentInnerCode = params['ContinentInnerCode']
765
+ @Remark = params['Remark']
761
766
  end
762
767
  end
763
768
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-gaap
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.342
4
+ version: 1.0.343
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-06-26 00:00:00.000000000 Z
11
+ date: 2022-06-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common