tencentcloud-sdk-iotexplorer 1.0.317 → 1.0.320
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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20190423/models.rb +12 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 868481b907ac898876f5d686dee2b22edbf2e695
|
4
|
+
data.tar.gz: 13daae5e987f928f61a6deebcc24d281ac35537f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c1e6819be15231abc1a64d75ce71affc306070f4c038620146c8b221104cdda9602584db3a1d1fb6d469994c2565cd01db53a9a3ac59bb00db6d1264832ce945
|
7
|
+
data.tar.gz: 4b8e1633f48d941a164592b6faf1b9c6466b2dacb1821dc55fb3a4af7e25e3458a6cb857680a208c6692db3146db2428c914ae1c60d6046295fe0cec2d6f795e
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.0.
|
1
|
+
1.0.320
|
data/lib/v20190423/models.rb
CHANGED
@@ -4842,19 +4842,29 @@ module TencentCloud
|
|
4842
4842
|
# @type Longitude: Float
|
4843
4843
|
# @param Latitude: 位置点的纬度
|
4844
4844
|
# @type Latitude: Float
|
4845
|
+
# @param LocationType: 位置点的定位类型
|
4846
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
4847
|
+
# @type LocationType: String
|
4848
|
+
# @param Accuracy: 位置点的精度预估,单位为米
|
4849
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
4850
|
+
# @type Accuracy: Float
|
4845
4851
|
|
4846
|
-
attr_accessor :CreateTime, :Longitude, :Latitude
|
4852
|
+
attr_accessor :CreateTime, :Longitude, :Latitude, :LocationType, :Accuracy
|
4847
4853
|
|
4848
|
-
def initialize(createtime=nil, longitude=nil, latitude=nil)
|
4854
|
+
def initialize(createtime=nil, longitude=nil, latitude=nil, locationtype=nil, accuracy=nil)
|
4849
4855
|
@CreateTime = createtime
|
4850
4856
|
@Longitude = longitude
|
4851
4857
|
@Latitude = latitude
|
4858
|
+
@LocationType = locationtype
|
4859
|
+
@Accuracy = accuracy
|
4852
4860
|
end
|
4853
4861
|
|
4854
4862
|
def deserialize(params)
|
4855
4863
|
@CreateTime = params['CreateTime']
|
4856
4864
|
@Longitude = params['Longitude']
|
4857
4865
|
@Latitude = params['Latitude']
|
4866
|
+
@LocationType = params['LocationType']
|
4867
|
+
@Accuracy = params['Accuracy']
|
4858
4868
|
end
|
4859
4869
|
end
|
4860
4870
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-iotexplorer
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.320
|
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-05-
|
11
|
+
date: 2022-05-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|