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.
41076 41077 41078 41079 |
# File 'lib/v20180228/models.rb', line 41076 def initialize(type=nil, controlbit=nil) @Type = type @ControlBit = controlbit end |
Instance Attribute Details
#ControlBit ⇒ Object
41074 41075 41076 |
# File 'lib/v20180228/models.rb', line 41074 def ControlBit @ControlBit end |
#Type ⇒ Object
41074 41075 41076 |
# File 'lib/v20180228/models.rb', line 41074 def Type @Type end |
Instance Method Details
#deserialize(params) ⇒ Object
41081 41082 41083 41084 |
# File 'lib/v20180228/models.rb', line 41081 def deserialize(params) @Type = params['Type'] @ControlBit = params['ControlBit'] end |