tencentcloud-sdk-gaap 1.0.341 → 1.0.344

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 37149e426b584283c08f48c59e0b7917d4673bb3
4
- data.tar.gz: 09234894c0edc99c5a9a2b6c8cf461b2be0e9ad5
3
+ metadata.gz: 4331d5edd8106486c9105e1338951fb3b2b4dde9
4
+ data.tar.gz: 8684be12400c4ae4aa3b85ffdb50a791fd2379b3
5
5
  SHA512:
6
- metadata.gz: fb6a3cb7a65147d3bbebcd3ef192017f5b00a0865bacf5c9364ddade05e5eaf747948107de967e1eb4171ba4a8a460670f9fbc7f206da58dbf479e5e72fefbb7
7
- data.tar.gz: f4916a125d7825b15ca515ad741532f4caf7f19cc0c5bfe24111d68ad404685be1c1ed6402a920a5ddbff9a5f242c5f85713c1460e9f5c7af013fb0fe2bd78ec
6
+ metadata.gz: 75f8067e1720b97126b767c4989c6ca52e3adef3ca666bbecdac0054bc855fec994c96eacec92701f82eb904dc45addf7a05fee0b5be79e343bbe07bcd1c2677
7
+ data.tar.gz: 0e98a38939ae3aa99b5c01a0c361449f0b0254e71e1e7cc38cd62ba87315a819aba59ec2b3725184b66fa892608fce1b8740bb0de4a0d2f8d8cf560d61dc0e39
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.341
1
+ 1.0.344
@@ -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.341
4
+ version: 1.0.344
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-23 00:00:00.000000000 Z
11
+ date: 2022-06-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common