Class: TencentCloud::Dayu::V20180709::ModifyDDoSThresholdRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Dayu::V20180709::ModifyDDoSThresholdRequest
- Defined in:
- lib/v20180709/models.rb
Overview
ModifyDDoSThreshold请求参数结构体
Instance Attribute Summary collapse
-
#Business ⇒ Object
当设置值为0时,表示采用默认值;.
-
#Id ⇒ Object
当设置值为0时,表示采用默认值;.
-
#Threshold ⇒ Object
当设置值为0时,表示采用默认值;.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(business = nil, id = nil, threshold = nil) ⇒ ModifyDDoSThresholdRequest
constructor
A new instance of ModifyDDoSThresholdRequest.
Constructor Details
#initialize(business = nil, id = nil, threshold = nil) ⇒ ModifyDDoSThresholdRequest
Returns a new instance of ModifyDDoSThresholdRequest.
7900 7901 7902 7903 7904 |
# File 'lib/v20180709/models.rb', line 7900 def initialize(business=nil, id=nil, threshold=nil) @Business = business @Id = id @Threshold = threshold end |
Instance Attribute Details
#Business ⇒ Object
当设置值为0时,表示采用默认值;
7898 7899 7900 |
# File 'lib/v20180709/models.rb', line 7898 def Business @Business end |
#Id ⇒ Object
当设置值为0时,表示采用默认值;
7898 7899 7900 |
# File 'lib/v20180709/models.rb', line 7898 def Id @Id end |
#Threshold ⇒ Object
当设置值为0时,表示采用默认值;
7898 7899 7900 |
# File 'lib/v20180709/models.rb', line 7898 def Threshold @Threshold end |
Instance Method Details
#deserialize(params) ⇒ Object
7906 7907 7908 7909 7910 |
# File 'lib/v20180709/models.rb', line 7906 def deserialize(params) @Business = params['Business'] @Id = params['Id'] @Threshold = params['Threshold'] end |