Class: TencentCloud::Cls::V20201016::DeliverConfig

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

Overview

投递配置入参

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(region = nil, topicid = nil, scope = nil) ⇒ DeliverConfig

Returns a new instance of DeliverConfig.



6670
6671
6672
6673
6674
# File 'lib/v20201016/models.rb', line 6670

def initialize(region=nil, topicid=nil, scope=nil)
  @Region = region
  @TopicId = topicid
  @Scope = scope
end

Instance Attribute Details

#Region ⇒ Object

1:仅告警触发及恢复日志



6668
6669
6670
# File 'lib/v20201016/models.rb', line 6668

def Region
  @Region
end

#Scope ⇒ Object

1:仅告警触发及恢复日志



6668
6669
6670
# File 'lib/v20201016/models.rb', line 6668

def Scope
  @Scope
end

#TopicId ⇒ Object

1:仅告警触发及恢复日志



6668
6669
6670
# File 'lib/v20201016/models.rb', line 6668

def TopicId
  @TopicId
end

Instance Method Details

#deserialize(params) ⇒ Object



6676
6677
6678
6679
6680
# File 'lib/v20201016/models.rb', line 6676

def deserialize(params)
  @Region = params['Region']
  @TopicId = params['TopicId']
  @Scope = params['Scope']
end