Class: TencentCloud::Weilingwith::V20230427::HandlerPersonInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Weilingwith::V20230427::HandlerPersonInfo
- Defined in:
- lib/v20230427/models.rb
Overview
告警处理人列表
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(id = nil, name = nil) ⇒ HandlerPersonInfo
constructor
A new instance of HandlerPersonInfo.
Constructor Details
#initialize(id = nil, name = nil) ⇒ HandlerPersonInfo
Returns a new instance of HandlerPersonInfo.
5795 5796 5797 5798 |
# File 'lib/v20230427/models.rb', line 5795 def initialize(id=nil, name=nil) @Id = id @Name = name end |
Instance Attribute Details
#Id ⇒ Object
5793 5794 5795 |
# File 'lib/v20230427/models.rb', line 5793 def Id @Id end |
#Name ⇒ Object
5793 5794 5795 |
# File 'lib/v20230427/models.rb', line 5793 def Name @Name end |
Instance Method Details
#deserialize(params) ⇒ Object
5800 5801 5802 5803 |
# File 'lib/v20230427/models.rb', line 5800 def deserialize(params) @Id = params['Id'] @Name = params['Name'] end |