Class: TencentCloud::Dayu::V20180709::DescribeCCAlarmThresholdRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Dayu::V20180709::DescribeCCAlarmThresholdRequest
- Defined in:
- lib/v20180709/models.rb
Overview
DescribeCCAlarmThreshold请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(business = nil, rsid = nil) ⇒ DescribeCCAlarmThresholdRequest
constructor
A new instance of DescribeCCAlarmThresholdRequest.
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
#Business ⇒ Object
2784 2785 2786 |
# File 'lib/v20180709/models.rb', line 2784 def Business @Business end |
#RsId ⇒ Object
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 |