tencentcloud-sdk-iecp 1.0.255 → 1.0.256

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: 2367966d60ef5ee4dfefdffc2adc10ea562981df
4
- data.tar.gz: eb03511cd311af309ca7557995cd518228d4f1f6
3
+ metadata.gz: 8bb18c5fb5a13f3d8389193d9c66c7bdb57397cc
4
+ data.tar.gz: f6869ef93e35be5268d7f974425c6c74ec3d46a2
5
5
  SHA512:
6
- metadata.gz: 2a2abd0fbe93a7610d4757d599a96a7cdda3227e279e511d40adfd17ad84790e45f369d080aa14a052d59a101dafb23973e692a403362acaf3214bfd468b0e6b
7
- data.tar.gz: a5a2f00e48de1403e97354a4995552d33cf5fd288c494e070b43faad22546b36cb1bb77460c1e0bb86cc43cc6eeafe415e039c243f22bc1214b25bb704c07470
6
+ metadata.gz: f8110e1ae78788c5c827c61727ea3aac948ac75f99e8274e81864ee1714a66bd6e35fadb33d3b86a9d3980f2acc9180093d725ac1e3812ab9b3c1ead8272dd5d
7
+ data.tar.gz: 1e93c0a7a091141984b3843d5cdcfba86f98880156e88ec7369a6e393aefdfe3dfc45e39400616f13562cd655d000ac8a4d9da90b4d1a3cb9f287f25b40a192a
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.255
1
+ 1.0.256
@@ -90,14 +90,18 @@ module TencentCloud
90
90
  # @type Description: String
91
91
  # @param CreateTime: 创建时间
92
92
  # @type CreateTime: String
93
+ # @param AllowVisualModify: 是否允许可视化修改
94
+ # 注意:此字段可能返回 null,表示取不到有效值。
95
+ # @type AllowVisualModify: Boolean
93
96
 
94
- attr_accessor :Name, :ManageUrl, :Description, :CreateTime
97
+ attr_accessor :Name, :ManageUrl, :Description, :CreateTime, :AllowVisualModify
95
98
 
96
- def initialize(name=nil, manageurl=nil, description=nil, createtime=nil)
99
+ def initialize(name=nil, manageurl=nil, description=nil, createtime=nil, allowvisualmodify=nil)
97
100
  @Name = name
98
101
  @ManageUrl = manageurl
99
102
  @Description = description
100
103
  @CreateTime = createtime
104
+ @AllowVisualModify = allowvisualmodify
101
105
  end
102
106
 
103
107
  def deserialize(params)
@@ -105,6 +109,7 @@ module TencentCloud
105
109
  @ManageUrl = params['ManageUrl']
106
110
  @Description = params['Description']
107
111
  @CreateTime = params['CreateTime']
112
+ @AllowVisualModify = params['AllowVisualModify']
108
113
  end
109
114
  end
110
115
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-iecp
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.255
4
+ version: 1.0.256
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-02-14 00:00:00.000000000 Z
11
+ date: 2022-02-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common