Class: TencentCloud::Wedata::V20210820::SubscribeWebHook

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20210820/models.rb

Overview

群机器人订阅配置

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#HookAddressObject

注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。

Parameters:



34603
34604
34605
# File 'lib/v20210820/models.rb', line 34603

def HookAddress
  @HookAddress
end

#HookTypeObject

注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。

Parameters:



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