Class: TencentCloud::Ssl::V20191205::DownloadCertificateResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ssl::V20191205::DownloadCertificateResponse
- Defined in:
- lib/v20191205/models.rb
Overview
DownloadCertificate返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(content = nil, contenttype = nil, requestid = nil) ⇒ DownloadCertificateResponse
constructor
A new instance of DownloadCertificateResponse.
Constructor Details
#initialize(content = nil, contenttype = nil, requestid = nil) ⇒ DownloadCertificateResponse
Returns a new instance of DownloadCertificateResponse.
5746 5747 5748 5749 5750 |
# File 'lib/v20191205/models.rb', line 5746 def initialize(content=nil, contenttype=nil, requestid=nil) @Content = content @ContentType = contenttype @RequestId = requestid end |
Instance Attribute Details
#Content ⇒ Object
5744 5745 5746 |
# File 'lib/v20191205/models.rb', line 5744 def Content @Content end |
#ContentType ⇒ Object
5744 5745 5746 |
# File 'lib/v20191205/models.rb', line 5744 def ContentType @ContentType end |
#RequestId ⇒ Object
5744 5745 5746 |
# File 'lib/v20191205/models.rb', line 5744 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
5752 5753 5754 5755 5756 |
# File 'lib/v20191205/models.rb', line 5752 def deserialize(params) @Content = params['Content'] @ContentType = params['ContentType'] @RequestId = params['RequestId'] end |