Class: TencentCloud::Wedata::V20210820::SubscribeWebHook
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Wedata::V20210820::SubscribeWebHook
- Defined in:
- lib/v20210820/models.rb
Overview
群机器人订阅配置
Instance Attribute Summary collapse
-
#HookAddress ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#HookType ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(hooktype = nil, hookaddress = nil) ⇒ SubscribeWebHook
constructor
A new instance of SubscribeWebHook.
Constructor Details
#initialize(hooktype = nil, hookaddress = nil) ⇒ SubscribeWebHook
Returns a new instance of SubscribeWebHook.
34605 34606 34607 34608 |
# File 'lib/v20210820/models.rb', line 34605 def initialize(hooktype=nil, hookaddress=nil) @HookType = hooktype @HookAddress = hookaddress end |
Instance Attribute Details
#HookAddress ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
34603 34604 34605 |
# File 'lib/v20210820/models.rb', line 34603 def HookAddress @HookAddress end |
#HookType ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
34603 34604 34605 |
# File 'lib/v20210820/models.rb', line 34603 def HookType @HookType end |
Instance Method Details
#deserialize(params) ⇒ Object
34610 34611 34612 34613 |
# File 'lib/v20210820/models.rb', line 34610 def deserialize(params) @HookType = params['HookType'] @HookAddress = params['HookAddress'] end |