Class: TencentCloud::Dayu::V20180709::ModifyCCLevelRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Dayu::V20180709::ModifyCCLevelRequest
- Defined in:
- lib/v20180709/models.rb
Overview
ModifyCCLevel请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(business = nil, id = nil, level = nil, protocol = nil, ruleid = nil) ⇒ ModifyCCLevelRequest
constructor
A new instance of ModifyCCLevelRequest.
Constructor Details
#initialize(business = nil, id = nil, level = nil, protocol = nil, ruleid = nil) ⇒ ModifyCCLevelRequest
Returns a new instance of ModifyCCLevelRequest.
6965 6966 6967 6968 6969 6970 6971 |
# File 'lib/v20180709/models.rb', line 6965 def initialize(business=nil, id=nil, level=nil, protocol=nil, ruleid=nil) @Business = business @Id = id @Level = level @Protocol = protocol @RuleId = ruleid end |
Instance Attribute Details
#Business ⇒ Object
6963 6964 6965 |
# File 'lib/v20180709/models.rb', line 6963 def Business @Business end |
#Id ⇒ Object
6963 6964 6965 |
# File 'lib/v20180709/models.rb', line 6963 def Id @Id end |
#Level ⇒ Object
6963 6964 6965 |
# File 'lib/v20180709/models.rb', line 6963 def Level @Level end |
#Protocol ⇒ Object
6963 6964 6965 |
# File 'lib/v20180709/models.rb', line 6963 def Protocol @Protocol end |
#RuleId ⇒ Object
6963 6964 6965 |
# File 'lib/v20180709/models.rb', line 6963 def RuleId @RuleId end |
Instance Method Details
#deserialize(params) ⇒ Object
6973 6974 6975 6976 6977 6978 6979 |
# File 'lib/v20180709/models.rb', line 6973 def deserialize(params) @Business = params['Business'] @Id = params['Id'] @Level = params['Level'] @Protocol = params['Protocol'] @RuleId = params['RuleId'] end |