tencentcloud-sdk-bma 3.0.405 → 3.0.408
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/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: 0d7099d317f7c10d1bb4cd98e54ac6a1cea6d378
|
4
|
+
data.tar.gz: 1156f8bab3ea48bfd49171e90a9a3f885ba8b4cd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b3995ed949455a88ce3ef9ff30bf76b177048aa43d000a53730233d0e2b8b53157ca46c3527ed596ca3c4e9100032361a92852fcc1b914d2912c3a3d9b6c8978
|
7
|
+
data.tar.gz: e0a7e0e7bb5575bb02cfb0cf7c0ce3b25cbbc40868018e3d0745c3c035f3b13bc72f80d14417409fa05fcd53c0b3cee74242aa8723c777bbdb9db5b00d31ee3c
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.408
|
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.408
|
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-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|