Class: TencentCloud::Ssl::V20191205::PreAuditInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ssl::V20191205::PreAuditInfo
- Defined in:
- lib/v20191205/models.rb
Overview
预审核信息列表
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(totalperiod = nil, nowperiod = nil, managerid = nil) ⇒ PreAuditInfo
constructor
A new instance of PreAuditInfo.
Constructor Details
#initialize(totalperiod = nil, nowperiod = nil, managerid = nil) ⇒ PreAuditInfo
Returns a new instance of PreAuditInfo.
6712 6713 6714 6715 6716 |
# File 'lib/v20191205/models.rb', line 6712 def initialize(totalperiod=nil, nowperiod=nil, managerid=nil) @TotalPeriod = totalperiod @NowPeriod = nowperiod @ManagerId = managerid end |
Instance Attribute Details
#ManagerId ⇒ Object
6710 6711 6712 |
# File 'lib/v20191205/models.rb', line 6710 def ManagerId @ManagerId end |
#NowPeriod ⇒ Object
6710 6711 6712 |
# File 'lib/v20191205/models.rb', line 6710 def NowPeriod @NowPeriod end |
#TotalPeriod ⇒ Object
6710 6711 6712 |
# File 'lib/v20191205/models.rb', line 6710 def TotalPeriod @TotalPeriod end |
Instance Method Details
#deserialize(params) ⇒ Object
6718 6719 6720 6721 6722 |
# File 'lib/v20191205/models.rb', line 6718 def deserialize(params) @TotalPeriod = params['TotalPeriod'] @NowPeriod = params['NowPeriod'] @ManagerId = params['ManagerId'] end |