Class: TencentCloud::Cwp::V20180228::WebHookHostLabel
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cwp::V20180228::WebHookHostLabel
- Defined in:
- lib/v20180228/models.rb
Overview
企微机器人主机范围
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(type = nil, values = nil) ⇒ WebHookHostLabel
constructor
A new instance of WebHookHostLabel.
Constructor Details
#initialize(type = nil, values = nil) ⇒ WebHookHostLabel
Returns a new instance of WebHookHostLabel.
41096 41097 41098 41099 |
# File 'lib/v20180228/models.rb', line 41096 def initialize(type=nil, values=nil) @Type = type @Values = values end |
Instance Attribute Details
#Type ⇒ Object
41094 41095 41096 |
# File 'lib/v20180228/models.rb', line 41094 def Type @Type end |
#Values ⇒ Object
41094 41095 41096 |
# File 'lib/v20180228/models.rb', line 41094 def Values @Values end |
Instance Method Details
#deserialize(params) ⇒ Object
41101 41102 41103 41104 |
# File 'lib/v20180228/models.rb', line 41101 def deserialize(params) @Type = params['Type'] @Values = params['Values'] end |