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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 62120429247153ccf33614c1da154b126c45f0e2
4
- data.tar.gz: 922176e6ce3b9b4807bec7603f2ccdb389bfb410
3
+ metadata.gz: 24e673afc68c863ebba38d103e9666c74bc81b43
4
+ data.tar.gz: a6708986f4c53ff0473a68a00e616c5c72920b3f
5
5
  SHA512:
6
- metadata.gz: c271883848b19a7af4555c5925e356dd648f331cb7c9cf0f1327f4eb5efd62f6df240176b2d93e4c9046a6a083b40dd9781f8612bc722335d75f7d891976486a
7
- data.tar.gz: cb62d36f4571903f06dc287d2607cc5103ed0558df0b41c51cca38c1feef4550aa8755559340fecd86fcf7bd0f3863a2437c1b54b317c7161969e007acf9cea0
6
+ metadata.gz: 6ac0206a2f9b913bd2a02ad64f3c401e9cf149f1a584b690ac8cd7e3f3a306e76c13f0c655560ff7f60c766ff38736d11dcb0a1819e38f8b4694978fb612c4bc
7
+ data.tar.gz: e02d897476f08d062fb8d14f418f3b3875cce4c6d96f6e97daba05c2b888125ee79733b97768369f7ae1cb319c34bb1b974b5f7b30618ea4b0a98c3f7f9abf34
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.405
1
+ 3.0.406
@@ -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.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-06 00:00:00.000000000 Z
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