tencentcloud-sdk-ess 3.0.471 → 3.0.472
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/v20201111/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: aea6e21ba6b33b37d990efc765ec552761818c08
|
4
|
+
data.tar.gz: d8757e359c20302a9fe3550e8c62c335ce09be09
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ab7429e1afebedd4dfe11a7b6c7d4210eff3249b58fc75287768f6f38cfa2e308785bd1c980166057a3f4d64f3ba2f4363b6c0b70360042046046e0e1c9c2bae
|
7
|
+
data.tar.gz: fa7f18683265171a6af66214875bea3a19aeda0c121fd361ec6246daedcb09ea9b2ef859a8ae275228bf87b7aaa4880556fb667a6e950f9c6239e3d9ea321312
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.472
|
data/lib/v20201111/models.rb
CHANGED
@@ -3270,10 +3270,16 @@ module TencentCloud
|
|
3270
3270
|
# @param PreviewUrl: 模板预览链接
|
3271
3271
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
3272
3272
|
# @type PreviewUrl: String
|
3273
|
+
# @param TemplateVersion: 模板版本。默认为空时,全数字字符,初始版本为yyyyMMdd001。
|
3274
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
3275
|
+
# @type TemplateVersion: String
|
3276
|
+
# @param Published: 模板是否已发布。true-已发布;false-未发布
|
3277
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
3278
|
+
# @type Published: Boolean
|
3273
3279
|
|
3274
|
-
attr_accessor :TemplateId, :TemplateName, :Description, :DocumentResourceIds, :FileInfos, :AttachmentResourceIds, :SignOrder, :Recipients, :Components, :SignComponents, :Status, :Creator, :CreatedOn, :Promoter, :OrganizationId, :PreviewUrl
|
3280
|
+
attr_accessor :TemplateId, :TemplateName, :Description, :DocumentResourceIds, :FileInfos, :AttachmentResourceIds, :SignOrder, :Recipients, :Components, :SignComponents, :Status, :Creator, :CreatedOn, :Promoter, :OrganizationId, :PreviewUrl, :TemplateVersion, :Published
|
3275
3281
|
|
3276
|
-
def initialize(templateid=nil, templatename=nil, description=nil, documentresourceids=nil, fileinfos=nil, attachmentresourceids=nil, signorder=nil, recipients=nil, components=nil, signcomponents=nil, status=nil, creator=nil, createdon=nil, promoter=nil, organizationid=nil, previewurl=nil)
|
3282
|
+
def initialize(templateid=nil, templatename=nil, description=nil, documentresourceids=nil, fileinfos=nil, attachmentresourceids=nil, signorder=nil, recipients=nil, components=nil, signcomponents=nil, status=nil, creator=nil, createdon=nil, promoter=nil, organizationid=nil, previewurl=nil, templateversion=nil, published=nil)
|
3277
3283
|
@TemplateId = templateid
|
3278
3284
|
@TemplateName = templatename
|
3279
3285
|
@Description = description
|
@@ -3290,6 +3296,8 @@ module TencentCloud
|
|
3290
3296
|
@Promoter = promoter
|
3291
3297
|
@OrganizationId = organizationid
|
3292
3298
|
@PreviewUrl = previewurl
|
3299
|
+
@TemplateVersion = templateversion
|
3300
|
+
@Published = published
|
3293
3301
|
end
|
3294
3302
|
|
3295
3303
|
def deserialize(params)
|
@@ -3340,6 +3348,8 @@ module TencentCloud
|
|
3340
3348
|
end
|
3341
3349
|
@OrganizationId = params['OrganizationId']
|
3342
3350
|
@PreviewUrl = params['PreviewUrl']
|
3351
|
+
@TemplateVersion = params['TemplateVersion']
|
3352
|
+
@Published = params['Published']
|
3343
3353
|
end
|
3344
3354
|
end
|
3345
3355
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-ess
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.472
|
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-12-
|
11
|
+
date: 2022-12-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|