tencentcloud-sdk-vod 3.0.715 → 3.0.716

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20180717/models.rb +20 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4241650b593a527316434041c523d0e96c4c89b7
4
- data.tar.gz: afa85b27849157891b082a65f15d509c1e0efa8a
3
+ metadata.gz: 7e31fb0383508f9b9c05dc02f8b1427b7b1e8afa
4
+ data.tar.gz: 545a55106288cb9263d6bb989f99ccc0558d83e5
5
5
  SHA512:
6
- metadata.gz: 8cbd7b877f3ca5b3a92dc5634b751b62cc68ed50952ee5ef3087ae277798c2b6432ed2bcec445ad92375ee3105cf356420cc9c8f70211a1ca9e78838eeabedff
7
- data.tar.gz: 904b6c0d7293410608de67ef728239b5d93c1416b2210d91cc79e55895be99ab8f7d47dce6b11c56ee9cd0bf9f115df27e763e4245ae1160600e084d52e0c927
6
+ metadata.gz: a445b87cb9d6fddd831bd0d7314167fad95c44d6a111b7e9116b9ef85a2e14346e3ee2751f3cdc168d9fd2fc934fec8761877a7f60b5f8460443e99288f6d5c2
7
+ data.tar.gz: 88f6828bd807caf12fdecbaa43d062c2a63b33ef0cb74db32ac2e91752d1e07c7b7e2b05c750e75b816ae866aa132dbaef24107329c565227b641cf1361abb9a
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.715
1
+ 3.0.716
@@ -24366,12 +24366,31 @@ module TencentCloud
24366
24366
 
24367
24367
  # SetVodDomainCertificate请求参数结构体
24368
24368
  class SetVodDomainCertificateRequest < TencentCloud::Common::AbstractModel
24369
+ # @param Domain: 域名。
24370
+ # @type Domain: String
24371
+ # @param Operation: 本次接口调用的操作类型,可选值:
24372
+ # <li>Set:设置域名的 HTTPS 所需证书;</li>
24373
+ # <li>Clear: 清空域名 HTTPS 配置,清空后该域名无法支持 HTTPS 访问。</li>
24374
+ # @type Operation: String
24375
+ # @param SubAppId: <b>点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。</b>
24376
+ # @type SubAppId: Integer
24377
+ # @param CertID: [腾讯云SSL](/document/product/400/7572) 上传的证书 ID。清空域名 HTTPS 配置时无需填写该字段。
24378
+ # @type CertID: String
24369
24379
 
24380
+ attr_accessor :Domain, :Operation, :SubAppId, :CertID
24370
24381
 
24371
- def initialize()
24382
+ def initialize(domain=nil, operation=nil, subappid=nil, certid=nil)
24383
+ @Domain = domain
24384
+ @Operation = operation
24385
+ @SubAppId = subappid
24386
+ @CertID = certid
24372
24387
  end
24373
24388
 
24374
24389
  def deserialize(params)
24390
+ @Domain = params['Domain']
24391
+ @Operation = params['Operation']
24392
+ @SubAppId = params['SubAppId']
24393
+ @CertID = params['CertID']
24375
24394
  end
24376
24395
  end
24377
24396
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-vod
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.715
4
+ version: 3.0.716
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-11-28 00:00:00.000000000 Z
11
+ date: 2023-11-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common