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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 62120429247153ccf33614c1da154b126c45f0e2
4
- data.tar.gz: 922176e6ce3b9b4807bec7603f2ccdb389bfb410
3
+ metadata.gz: 0d7099d317f7c10d1bb4cd98e54ac6a1cea6d378
4
+ data.tar.gz: 1156f8bab3ea48bfd49171e90a9a3f885ba8b4cd
5
5
  SHA512:
6
- metadata.gz: c271883848b19a7af4555c5925e356dd648f331cb7c9cf0f1327f4eb5efd62f6df240176b2d93e4c9046a6a083b40dd9781f8612bc722335d75f7d891976486a
7
- data.tar.gz: cb62d36f4571903f06dc287d2607cc5103ed0558df0b41c51cca38c1feef4550aa8755559340fecd86fcf7bd0f3863a2437c1b54b317c7161969e007acf9cea0
6
+ metadata.gz: b3995ed949455a88ce3ef9ff30bf76b177048aa43d000a53730233d0e2b8b53157ca46c3527ed596ca3c4e9100032361a92852fcc1b914d2912c3a3d9b6c8978
7
+ data.tar.gz: e0a7e0e7bb5575bb02cfb0cf7c0ce3b25cbbc40868018e3d0745c3c035f3b13bc72f80d14417409fa05fcd53c0b3cee74242aa8723c777bbdb9db5b00d31ee3c
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.405
1
+ 3.0.408
@@ -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.405
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-06 00:00:00.000000000 Z
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