tencentcloud-sdk-tat 3.0.904 → 3.0.905
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/v20201028/models.rb +7 -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: 0d8e7f36fd2d2065fed4e7f37e7e820d3ecf0eb0
|
|
4
|
+
data.tar.gz: c8236721c443caf9ac8872c771a384f743542adf
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e81e5fae85f69a64ff5758a4a142be45af9bd35ecc58db40bd2c373c6a12331d07a97dddd2c7d9a339f29d5672fcf9da88818f858b254b72763180da12e05d0c
|
|
7
|
+
data.tar.gz: c3477aa0ba0c5997c17abe24e044350c3b532dbee2ddf93f17d513f4e950a303b11dfe65475f011e61ee02ee1bba70ed03093f3e990a0c7946d294da5e8dd762
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.905
|
data/lib/v20201028/models.rb
CHANGED
|
@@ -119,6 +119,9 @@ module TencentCloud
|
|
|
119
119
|
# @param DefaultParameterConfs: 自定义参数的默认取值。
|
|
120
120
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
121
121
|
# @type DefaultParameterConfs: Array
|
|
122
|
+
# @param Scenes: 命令关联的场景
|
|
123
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
124
|
+
# @type Scenes: Array
|
|
122
125
|
# @param FormattedDescription: 命令的结构化描述。公共命令有值,用户命令为空字符串。
|
|
123
126
|
# @type FormattedDescription: String
|
|
124
127
|
# @param CreatedBy: 命令创建者。TAT 代表公共命令,USER 代表个人命令。
|
|
@@ -132,9 +135,9 @@ module TencentCloud
|
|
|
132
135
|
# @param OutputCOSKeyPrefix: 日志在cos bucket中的目录。
|
|
133
136
|
# @type OutputCOSKeyPrefix: String
|
|
134
137
|
|
|
135
|
-
attr_accessor :CommandId, :CommandName, :Description, :Content, :CommandType, :WorkingDirectory, :Timeout, :CreatedTime, :UpdatedTime, :EnableParameter, :DefaultParameters, :DefaultParameterConfs, :FormattedDescription, :CreatedBy, :Tags, :Username, :OutputCOSBucketUrl, :OutputCOSKeyPrefix
|
|
138
|
+
attr_accessor :CommandId, :CommandName, :Description, :Content, :CommandType, :WorkingDirectory, :Timeout, :CreatedTime, :UpdatedTime, :EnableParameter, :DefaultParameters, :DefaultParameterConfs, :Scenes, :FormattedDescription, :CreatedBy, :Tags, :Username, :OutputCOSBucketUrl, :OutputCOSKeyPrefix
|
|
136
139
|
|
|
137
|
-
def initialize(commandid=nil, commandname=nil, description=nil, content=nil, commandtype=nil, workingdirectory=nil, timeout=nil, createdtime=nil, updatedtime=nil, enableparameter=nil, defaultparameters=nil, defaultparameterconfs=nil, formatteddescription=nil, createdby=nil, tags=nil, username=nil, outputcosbucketurl=nil, outputcoskeyprefix=nil)
|
|
140
|
+
def initialize(commandid=nil, commandname=nil, description=nil, content=nil, commandtype=nil, workingdirectory=nil, timeout=nil, createdtime=nil, updatedtime=nil, enableparameter=nil, defaultparameters=nil, defaultparameterconfs=nil, scenes=nil, formatteddescription=nil, createdby=nil, tags=nil, username=nil, outputcosbucketurl=nil, outputcoskeyprefix=nil)
|
|
138
141
|
@CommandId = commandid
|
|
139
142
|
@CommandName = commandname
|
|
140
143
|
@Description = description
|
|
@@ -147,6 +150,7 @@ module TencentCloud
|
|
|
147
150
|
@EnableParameter = enableparameter
|
|
148
151
|
@DefaultParameters = defaultparameters
|
|
149
152
|
@DefaultParameterConfs = defaultparameterconfs
|
|
153
|
+
@Scenes = scenes
|
|
150
154
|
@FormattedDescription = formatteddescription
|
|
151
155
|
@CreatedBy = createdby
|
|
152
156
|
@Tags = tags
|
|
@@ -175,6 +179,7 @@ module TencentCloud
|
|
|
175
179
|
@DefaultParameterConfs << defaultparameterconf_tmp
|
|
176
180
|
end
|
|
177
181
|
end
|
|
182
|
+
@Scenes = params['Scenes']
|
|
178
183
|
@FormattedDescription = params['FormattedDescription']
|
|
179
184
|
@CreatedBy = params['CreatedBy']
|
|
180
185
|
unless params['Tags'].nil?
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-tat
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.905
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-09-
|
|
11
|
+
date: 2024-09-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|