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.
41498 41499 41500 41501 |
# File 'lib/v20180228/models.rb', line 41498 def initialize(type=nil, values=nil) @Type = type @Values = values end |
Instance Attribute Details
#Type ⇒ Object
41496 41497 41498 |
# File 'lib/v20180228/models.rb', line 41496 def Type @Type end |
#Values ⇒ Object
41496 41497 41498 |
# File 'lib/v20180228/models.rb', line 41496 def Values @Values end |
Instance Method Details
#deserialize(params) ⇒ Object
41503 41504 41505 41506 |
# File 'lib/v20180228/models.rb', line 41503 def deserialize(params) @Type = params['Type'] @Values = params['Values'] end |