Class: TencentCloud::Aca::V20210323::Abnormals
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Aca::V20210323::Abnormals
- Defined in:
- lib/v20210323/models.rb
Overview
异常提醒
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(type = nil, title = nil, abnormalreason = nil) ⇒ Abnormals
constructor
A new instance of Abnormals.
Constructor Details
#initialize(type = nil, title = nil, abnormalreason = nil) ⇒ Abnormals
Returns a new instance of Abnormals.
31 32 33 34 35 |
# File 'lib/v20210323/models.rb', line 31 def initialize(type=nil, title=nil, abnormalreason=nil) @Type = type @Title = title @AbnormalReason = abnormalreason end |
Instance Attribute Details
#AbnormalReason ⇒ Object
29 30 31 |
# File 'lib/v20210323/models.rb', line 29 def AbnormalReason @AbnormalReason end |
#Title ⇒ Object
29 30 31 |
# File 'lib/v20210323/models.rb', line 29 def Title @Title end |
#Type ⇒ Object
29 30 31 |
# File 'lib/v20210323/models.rb', line 29 def Type @Type end |
Instance Method Details
#deserialize(params) ⇒ Object
37 38 39 40 41 |
# File 'lib/v20210323/models.rb', line 37 def deserialize(params) @Type = params['Type'] @Title = params['Title'] @AbnormalReason = params['AbnormalReason'] end |