Class: TencentCloud::Ssl::V20191205::DeployRecordInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ssl::V20191205::DeployRecordInfo
- Defined in:
- lib/v20191205/models.rb
Overview
部署记录信息
Instance Attribute Summary collapse
- #CertId ⇒ Object
- #CreateTime ⇒ Object
- #Id ⇒ Object
- #Region ⇒ Object
- #ResourceType ⇒ Object
- #Status ⇒ Object
- #UpdateTime ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(id = nil, certid = nil, resourcetype = nil, region = nil, status = nil, createtime = nil, updatetime = nil) ⇒ DeployRecordInfo
constructor
A new instance of DeployRecordInfo.
Constructor Details
#initialize(id = nil, certid = nil, resourcetype = nil, region = nil, status = nil, createtime = nil, updatetime = nil) ⇒ DeployRecordInfo
Returns a new instance of DeployRecordInfo.
2581 2582 2583 2584 2585 2586 2587 2588 2589 |
# File 'lib/v20191205/models.rb', line 2581 def initialize(id=nil, certid=nil, resourcetype=nil, region=nil, status=nil, createtime=nil, updatetime=nil) @Id = id @CertId = certid @ResourceType = resourcetype @Region = region @Status = status @CreateTime = createtime @UpdateTime = updatetime end |
Instance Attribute Details
#CertId ⇒ Object
2579 2580 2581 |
# File 'lib/v20191205/models.rb', line 2579 def CertId @CertId end |
#CreateTime ⇒ Object
2579 2580 2581 |
# File 'lib/v20191205/models.rb', line 2579 def CreateTime @CreateTime end |
#Id ⇒ Object
2579 2580 2581 |
# File 'lib/v20191205/models.rb', line 2579 def Id @Id end |
#Region ⇒ Object
2579 2580 2581 |
# File 'lib/v20191205/models.rb', line 2579 def Region @Region end |
#ResourceType ⇒ Object
2579 2580 2581 |
# File 'lib/v20191205/models.rb', line 2579 def ResourceType @ResourceType end |
#Status ⇒ Object
2579 2580 2581 |
# File 'lib/v20191205/models.rb', line 2579 def Status @Status end |
#UpdateTime ⇒ Object
2579 2580 2581 |
# File 'lib/v20191205/models.rb', line 2579 def UpdateTime @UpdateTime end |
Instance Method Details
#deserialize(params) ⇒ Object
2591 2592 2593 2594 2595 2596 2597 2598 2599 |
# File 'lib/v20191205/models.rb', line 2591 def deserialize(params) @Id = params['Id'] @CertId = params['CertId'] @ResourceType = params['ResourceType'] @Region = params['Region'] @Status = params['Status'] @CreateTime = params['CreateTime'] @UpdateTime = params['UpdateTime'] end |