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.



8648
8649
8650
8651
# File 'lib/v20191205/models.rb', line 8648

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之间。



8646
8647
8648
# File 'lib/v20191205/models.rb', line 8646

def CertificateId
  @CertificateId
end

#RevokeLetterObject

Parameters:

  • CertificateId:

    证书 ID。

  • RevokeLetter:

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



8646
8647
8648
# File 'lib/v20191205/models.rb', line 8646

def RevokeLetter
  @RevokeLetter
end

Instance Method Details

#deserialize(params) ⇒ Object



8653
8654
8655
8656
# File 'lib/v20191205/models.rb', line 8653

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