tencentcloud-sdk-emr 3.0.1100 → 3.0.1108

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: cad474d07c77419e14f707303583e534ef3308e0
4
- data.tar.gz: 5a46d9ac5edbea48d191a2ba731244375c03d579
3
+ metadata.gz: 0e45d160646713b86264c361696730ffd2343cd5
4
+ data.tar.gz: c8b66e37fbb40d3b0e3fd2e98f300ea08c19ae04
5
5
  SHA512:
6
- metadata.gz: 7cecd87a532ffd8d1cbd3522b8972e5f8c677b5f41b271ddf5f4d9fc22a41c40f3287f1bf77b94bc54528eb4ffa897be52b3ff9d001d9f519f3f5a99ba046369
7
- data.tar.gz: 1f39dd5cb80a996404400654dcb58acd9984c65626aefecea29cf755cc625807dcc3ae250bdda04a7649d055095e2f299a0ab390b89620283467ae49562fa6cf
6
+ metadata.gz: 37a730ade8d452da20ccd42c27dd00b09d856d20728fa0d54e28a0652f93db0496baaa1565aa87377b665b8817a76bf4e2901358b4c94408b1f9321defc65d13
7
+ data.tar.gz: ddda6a5b3ee4b5dc48c97d3f892772cc86cb6bfde8229f88fff4783e1e141f6148ebc2ebb232ecaa390b709de6c4c1d231c245e3b2a37487b7cb976269eb635e
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1100
1
+ 3.0.1108
@@ -13164,10 +13164,12 @@ module TencentCloud
13164
13164
  # @type FailedReason: String
13165
13165
  # @param TimeConsuming: 步骤耗时
13166
13166
  # @type TimeConsuming: String
13167
+ # @param Id: id,前端用
13168
+ # @type Id: Integer
13167
13169
 
13168
- attr_accessor :Stage, :Name, :IsShow, :IsSubFlow, :SubFlowFlag, :Status, :Desc, :Progress, :Starttime, :Endtime, :HadWoodDetail, :WoodJobId, :LanguageKey, :FailedReason, :TimeConsuming
13170
+ attr_accessor :Stage, :Name, :IsShow, :IsSubFlow, :SubFlowFlag, :Status, :Desc, :Progress, :Starttime, :Endtime, :HadWoodDetail, :WoodJobId, :LanguageKey, :FailedReason, :TimeConsuming, :Id
13169
13171
 
13170
- def initialize(stage=nil, name=nil, isshow=nil, issubflow=nil, subflowflag=nil, status=nil, desc=nil, progress=nil, starttime=nil, endtime=nil, hadwooddetail=nil, woodjobid=nil, languagekey=nil, failedreason=nil, timeconsuming=nil)
13172
+ def initialize(stage=nil, name=nil, isshow=nil, issubflow=nil, subflowflag=nil, status=nil, desc=nil, progress=nil, starttime=nil, endtime=nil, hadwooddetail=nil, woodjobid=nil, languagekey=nil, failedreason=nil, timeconsuming=nil, id=nil)
13171
13173
  @Stage = stage
13172
13174
  @Name = name
13173
13175
  @IsShow = isshow
@@ -13183,6 +13185,7 @@ module TencentCloud
13183
13185
  @LanguageKey = languagekey
13184
13186
  @FailedReason = failedreason
13185
13187
  @TimeConsuming = timeconsuming
13188
+ @Id = id
13186
13189
  end
13187
13190
 
13188
13191
  def deserialize(params)
@@ -13201,6 +13204,7 @@ module TencentCloud
13201
13204
  @LanguageKey = params['LanguageKey']
13202
13205
  @FailedReason = params['FailedReason']
13203
13206
  @TimeConsuming = params['TimeConsuming']
13207
+ @Id = params['Id']
13204
13208
  end
13205
13209
  end
13206
13210
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-emr
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1100
4
+ version: 3.0.1108
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-07-13 00:00:00.000000000 Z
11
+ date: 2025-07-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common