tencentcloud-sdk-tan 1.0.357 → 1.0.358

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: 96f270f038923e8f5bdb7eeb42a7480f3edf7787
4
- data.tar.gz: 0e0c6e5c5aecd85fe96d7366a6df82cd0a6f6a4b
3
+ metadata.gz: 47e6e2a100b2190c575ad0dbef0aa9e41e5c0ec1
4
+ data.tar.gz: 27ae3da8bc9ee7275f43cbf3c085183d50264281
5
5
  SHA512:
6
- metadata.gz: 5726d8c59741cb503a6a2bda7d5015fcabdf4dde5d1d7c4e5e447344e7bf116ec09125dda1c0741c811c93634913b871544fbcdfcd83dbb96c8ac1039b943769
7
- data.tar.gz: 08873c9cbcff4271bd65d7a3e7c4b1d5d508b6d6de6a7bb0382f1be94c5cdd36a247166f228bd9a94e66b2cf7cc2fecea81dc9a37defe191ed6be3815de90952
6
+ metadata.gz: d0dda56f74691c5fee45ea39bdf5d47480585d9399939698341f033d9073b6437d9aa39cbcb2240f07519e87b69bb674c4ba9ac69ff12e712e4dca56aaa50a24
7
+ data.tar.gz: 922c45779dfb1bcfbebf6c3918b3539e063177be34e6619734e3a214ec5a3d9b69115252b21c3780bcdd2f67ed213c682603b53c85cba7a4abf715dfcbd26685
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.357
1
+ 1.0.358
@@ -19,11 +19,11 @@ module TencentCloud
19
19
  module V20220420
20
20
  # CreateBlockNodeRecords请求参数结构体
21
21
  class CreateBlockNodeRecordsRequest < TencentCloud::Common::AbstractModel
22
- # @param GroupId: 盘查实例id
22
+ # @param GroupId: 盘查组id,可在“盘查组概览”功能中获取。
23
23
  # @type GroupId: String
24
- # @param NodeId: 节点id
24
+ # @param NodeId: 节点id,可在“数据接入管理”中获取。
25
25
  # @type NodeId: String
26
- # @param Records: 节点记录-json
26
+ # @param Records: 节点数据json,具体demo请参考输入示例,其中key为数据接入管理中节点内创建的属性变量名,value为期望的推送值。
27
27
  # @type Records: String
28
28
 
29
29
  attr_accessor :GroupId, :NodeId, :Records
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-tan
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.357
4
+ version: 1.0.358
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-07-17 00:00:00.000000000 Z
11
+ date: 2022-07-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common