tencentcloud-sdk-iotexplorer 1.0.318 → 1.0.319
Sign up to get free protection for your applications and to get access to all the features.
- 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: 0eb8afb0e5fd52b7b471db08b1d6ee41e0e3b8b6
|
4
|
+
data.tar.gz: 55376b5620ec32b07a77e3c927db0ee41ff24d44
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c19fe4bd604732411adabb4ce1e6873e7b4af2ff875c6bc47fbfb99be5fa3d8662e5d5883e4070b0ed6194629c8d19f1b945f5014847c0ccd3a64dfc6250b960
|
7
|
+
data.tar.gz: fa74f881702693aca5feda192ad6dae276cc37274ba66a9f8e392febfdf07b1880c14d5705f4f8eba93b77625a0f66cc4f9c6756ad94fe8d65725320a699089f
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.0.
|
1
|
+
1.0.319
|
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.319
|
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-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|