Class: TencentCloud::Ssl::V20191205::CertTaskId
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ssl::V20191205::CertTaskId
- Defined in:
- lib/v20191205/models.rb
Overview
证书异步任务ID
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(certid = nil, taskid = nil) ⇒ CertTaskId
constructor
A new instance of CertTaskId.
Constructor Details
#initialize(certid = nil, taskid = nil) ⇒ CertTaskId
Returns a new instance of CertTaskId.
460 461 462 463 |
# File 'lib/v20191205/models.rb', line 460 def initialize(certid=nil, taskid=nil) @CertId = certid @TaskId = taskid end |
Instance Attribute Details
#CertId ⇒ Object
458 459 460 |
# File 'lib/v20191205/models.rb', line 458 def CertId @CertId end |
#TaskId ⇒ Object
458 459 460 |
# File 'lib/v20191205/models.rb', line 458 def TaskId @TaskId end |
Instance Method Details
#deserialize(params) ⇒ Object
465 466 467 468 |
# File 'lib/v20191205/models.rb', line 465 def deserialize(params) @CertId = params['CertId'] @TaskId = params['TaskId'] end |