Class: TencentCloud::Ssl::V20191205::UploadRevokeLetterRequest

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20191205/models.rb

Overview

UploadRevokeLetter请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(certificateid = nil, revokeletter = nil) ⇒ UploadRevokeLetterRequest

Returns a new instance of UploadRevokeLetterRequest.



8354
8355
8356
8357
# File 'lib/v20191205/models.rb', line 8354

def initialize(certificateid=nil, revokeletter=nil)
  @CertificateId = certificateid
  @RevokeLetter = revokeletter
end

Instance Attribute Details

#CertificateIdObject

Parameters:

  • CertificateId:

    证书 ID。

  • RevokeLetter:

    base64编码后的证书确认函文件,格式应为jpg、jpeg、png、pdf,大小应在1kb与1.4M之间。



8352
8353
8354
# File 'lib/v20191205/models.rb', line 8352

def CertificateId
  @CertificateId
end

#RevokeLetterObject

Parameters:

  • CertificateId:

    证书 ID。

  • RevokeLetter:

    base64编码后的证书确认函文件,格式应为jpg、jpeg、png、pdf,大小应在1kb与1.4M之间。



8352
8353
8354
# File 'lib/v20191205/models.rb', line 8352

def RevokeLetter
  @RevokeLetter
end

Instance Method Details

#deserialize(params) ⇒ Object



8359
8360
8361
8362
# File 'lib/v20191205/models.rb', line 8359

def deserialize(params)
  @CertificateId = params['CertificateId']
  @RevokeLetter = params['RevokeLetter']
end