Class: TencentCloud::Dayu::V20180709::DescribeCCAlarmThresholdRequest

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

Overview

DescribeCCAlarmThreshold请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(business = nil, rsid = nil) ⇒ DescribeCCAlarmThresholdRequest

Returns a new instance of DescribeCCAlarmThresholdRequest.



2786
2787
2788
2789
# File 'lib/v20180709/models.rb', line 2786

def initialize(business=nil, rsid=nil)
  @Business = business
  @RsId = rsid
end

Instance Attribute Details

#BusinessObject

Parameters:

  • Business:

    大禹子产品代号(shield表示棋牌;bgpip表示高防IP;bgp表示高防包;bgp-multip表示多ip高防包;net表示高防IP专业版)

  • RsId:

    资源ID,字符串类型



2784
2785
2786
# File 'lib/v20180709/models.rb', line 2784

def Business
  @Business
end

#RsIdObject

Parameters:

  • Business:

    大禹子产品代号(shield表示棋牌;bgpip表示高防IP;bgp表示高防包;bgp-multip表示多ip高防包;net表示高防IP专业版)

  • RsId:

    资源ID,字符串类型



2784
2785
2786
# File 'lib/v20180709/models.rb', line 2784

def RsId
  @RsId
end

Instance Method Details

#deserialize(params) ⇒ Object



2791
2792
2793
2794
# File 'lib/v20180709/models.rb', line 2791

def deserialize(params)
  @Business = params['Business']
  @RsId = params['RsId']
end