Class: TencentCloud::Dayu::V20180709::ModifyCCFrequencyRulesRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Dayu::V20180709::ModifyCCFrequencyRulesRequest
- Defined in:
- lib/v20180709/models.rb
Overview
ModifyCCFrequencyRules请求参数结构体
Instance Attribute Summary collapse
- #Act ⇒ Object
- #Business ⇒ Object
- #CCFrequencyRuleId ⇒ Object
- #Cookie ⇒ Object
- #ExeDuration ⇒ Object
- #Mode ⇒ Object
- #Period ⇒ Object
- #ReqNumber ⇒ Object
- #Uri ⇒ Object
- #UserAgent ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(business = nil, ccfrequencyruleid = nil, mode = nil, period = nil, reqnumber = nil, act = nil, exeduration = nil, uri = nil, useragent = nil, cookie = nil) ⇒ ModifyCCFrequencyRulesRequest
constructor
A new instance of ModifyCCFrequencyRulesRequest.
Constructor Details
#initialize(business = nil, ccfrequencyruleid = nil, mode = nil, period = nil, reqnumber = nil, act = nil, exeduration = nil, uri = nil, useragent = nil, cookie = nil) ⇒ ModifyCCFrequencyRulesRequest
Returns a new instance of ModifyCCFrequencyRulesRequest.
6730 6731 6732 6733 6734 6735 6736 6737 6738 6739 6740 6741 |
# File 'lib/v20180709/models.rb', line 6730 def initialize(business=nil, ccfrequencyruleid=nil, mode=nil, period=nil, reqnumber=nil, act=nil, exeduration=nil, uri=nil, useragent=nil, =nil) @Business = business @CCFrequencyRuleId = ccfrequencyruleid @Mode = mode @Period = period @ReqNumber = reqnumber @Act = act @ExeDuration = exeduration @Uri = uri @UserAgent = useragent @Cookie = end |
Instance Attribute Details
#Act ⇒ Object
6728 6729 6730 |
# File 'lib/v20180709/models.rb', line 6728 def Act @Act end |
#Business ⇒ Object
6728 6729 6730 |
# File 'lib/v20180709/models.rb', line 6728 def Business @Business end |
#CCFrequencyRuleId ⇒ Object
6728 6729 6730 |
# File 'lib/v20180709/models.rb', line 6728 def CCFrequencyRuleId @CCFrequencyRuleId end |
#Cookie ⇒ Object
6728 6729 6730 |
# File 'lib/v20180709/models.rb', line 6728 def Cookie @Cookie end |
#ExeDuration ⇒ Object
6728 6729 6730 |
# File 'lib/v20180709/models.rb', line 6728 def ExeDuration @ExeDuration end |
#Mode ⇒ Object
6728 6729 6730 |
# File 'lib/v20180709/models.rb', line 6728 def Mode @Mode end |
#Period ⇒ Object
6728 6729 6730 |
# File 'lib/v20180709/models.rb', line 6728 def Period @Period end |
#ReqNumber ⇒ Object
6728 6729 6730 |
# File 'lib/v20180709/models.rb', line 6728 def ReqNumber @ReqNumber end |
#Uri ⇒ Object
6728 6729 6730 |
# File 'lib/v20180709/models.rb', line 6728 def Uri @Uri end |
#UserAgent ⇒ Object
6728 6729 6730 |
# File 'lib/v20180709/models.rb', line 6728 def UserAgent @UserAgent end |
Instance Method Details
#deserialize(params) ⇒ Object
6743 6744 6745 6746 6747 6748 6749 6750 6751 6752 6753 6754 |
# File 'lib/v20180709/models.rb', line 6743 def deserialize(params) @Business = params['Business'] @CCFrequencyRuleId = params['CCFrequencyRuleId'] @Mode = params['Mode'] @Period = params['Period'] @ReqNumber = params['ReqNumber'] @Act = params['Act'] @ExeDuration = params['ExeDuration'] @Uri = params['Uri'] @UserAgent = params['UserAgent'] @Cookie = params['Cookie'] end |