Class: TencentCloud::Cwp::V20180228::WebHookEventKv
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cwp::V20180228::WebHookEventKv
- Defined in:
- lib/v20180228/models.rb
Overview
企微机器人事件类型
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(type = nil, controlbit = nil) ⇒ WebHookEventKv
constructor
A new instance of WebHookEventKv.
Constructor Details
#initialize(type = nil, controlbit = nil) ⇒ WebHookEventKv
Returns a new instance of WebHookEventKv.
41478 41479 41480 41481 |
# File 'lib/v20180228/models.rb', line 41478 def initialize(type=nil, controlbit=nil) @Type = type @ControlBit = controlbit end |
Instance Attribute Details
#ControlBit ⇒ Object
41476 41477 41478 |
# File 'lib/v20180228/models.rb', line 41476 def ControlBit @ControlBit end |
#Type ⇒ Object
41476 41477 41478 |
# File 'lib/v20180228/models.rb', line 41476 def Type @Type end |
Instance Method Details
#deserialize(params) ⇒ Object
41483 41484 41485 41486 |
# File 'lib/v20180228/models.rb', line 41483 def deserialize(params) @Type = params['Type'] @ControlBit = params['ControlBit'] end |