tencentcloud-sdk-bma 3.0.405 → 3.0.406
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/v20210624/models.rb +6 -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: 24e673afc68c863ebba38d103e9666c74bc81b43
|
4
|
+
data.tar.gz: a6708986f4c53ff0473a68a00e616c5c72920b3f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6ac0206a2f9b913bd2a02ad64f3c401e9cf149f1a584b690ac8cd7e3f3a306e76c13f0c655560ff7f60c766ff38736d11dcb0a1819e38f8b4694978fb612c4bc
|
7
|
+
data.tar.gz: e02d897476f08d062fb8d14f418f3b3875cce4c6d96f6e97daba05c2b888125ee79733b97768369f7ae1cb319c34bb1b974b5f7b30618ea4b0a98c3f7f9abf34
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.406
|
data/lib/v20210624/models.rb
CHANGED
@@ -742,10 +742,12 @@ module TencentCloud
|
|
742
742
|
# @type ContentType: String
|
743
743
|
# @param Content: x
|
744
744
|
# @type Content: String
|
745
|
+
# @param MonitorEndTime: x
|
746
|
+
# @type MonitorEndTime: String
|
745
747
|
|
746
|
-
attr_accessor :WorkName, :WorkCategory, :WorkType, :WorkSign, :WorkPic, :WorkDesc, :IsOriginal, :IsRelease, :ProducerID, :ProduceTime, :SampleContentURL, :SampleDownloadURL, :GrantType, :SamplePublicURL, :IsMonitor, :IsCert, :CertUrl, :MonitorUrl, :ProduceType, :WhiteLists, :WorkId, :ProducerName, :Nickname, :Authorization, :AuthorizationStartTime, :AuthorizationEndTime, :ContentType, :Content
|
748
|
+
attr_accessor :WorkName, :WorkCategory, :WorkType, :WorkSign, :WorkPic, :WorkDesc, :IsOriginal, :IsRelease, :ProducerID, :ProduceTime, :SampleContentURL, :SampleDownloadURL, :GrantType, :SamplePublicURL, :IsMonitor, :IsCert, :CertUrl, :MonitorUrl, :ProduceType, :WhiteLists, :WorkId, :ProducerName, :Nickname, :Authorization, :AuthorizationStartTime, :AuthorizationEndTime, :ContentType, :Content, :MonitorEndTime
|
747
749
|
|
748
|
-
def initialize(workname=nil, workcategory=nil, worktype=nil, worksign=nil, workpic=nil, workdesc=nil, isoriginal=nil, isrelease=nil, producerid=nil, producetime=nil, samplecontenturl=nil, sampledownloadurl=nil, granttype=nil, samplepublicurl=nil, ismonitor=nil, iscert=nil, certurl=nil, monitorurl=nil, producetype=nil, whitelists=nil, workid=nil, producername=nil, nickname=nil, authorization=nil, authorizationstarttime=nil, authorizationendtime=nil, contenttype=nil, content=nil)
|
750
|
+
def initialize(workname=nil, workcategory=nil, worktype=nil, worksign=nil, workpic=nil, workdesc=nil, isoriginal=nil, isrelease=nil, producerid=nil, producetime=nil, samplecontenturl=nil, sampledownloadurl=nil, granttype=nil, samplepublicurl=nil, ismonitor=nil, iscert=nil, certurl=nil, monitorurl=nil, producetype=nil, whitelists=nil, workid=nil, producername=nil, nickname=nil, authorization=nil, authorizationstarttime=nil, authorizationendtime=nil, contenttype=nil, content=nil, monitorendtime=nil)
|
749
751
|
@WorkName = workname
|
750
752
|
@WorkCategory = workcategory
|
751
753
|
@WorkType = worktype
|
@@ -774,6 +776,7 @@ module TencentCloud
|
|
774
776
|
@AuthorizationEndTime = authorizationendtime
|
775
777
|
@ContentType = contenttype
|
776
778
|
@Content = content
|
779
|
+
@MonitorEndTime = monitorendtime
|
777
780
|
end
|
778
781
|
|
779
782
|
def deserialize(params)
|
@@ -805,6 +808,7 @@ module TencentCloud
|
|
805
808
|
@AuthorizationEndTime = params['AuthorizationEndTime']
|
806
809
|
@ContentType = params['ContentType']
|
807
810
|
@Content = params['Content']
|
811
|
+
@MonitorEndTime = params['MonitorEndTime']
|
808
812
|
end
|
809
813
|
end
|
810
814
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-bma
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.406
|
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-09-
|
11
|
+
date: 2022-09-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|