Class: TencentCloud::Tse::V20201207::CloseWafProtectionRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tse::V20201207::CloseWafProtectionRequest
- Defined in:
- lib/v20201207/models.rb
Overview
CloseWafProtection请求参数结构体
Instance Attribute Summary collapse
-
#GatewayId ⇒ Object
-
Global 实例 - Service 服务 - Route 路由 - Object 对象.
-
-
#List ⇒ Object
-
Global 实例 - Service 服务 - Route 路由 - Object 对象.
-
-
#Type ⇒ Object
-
Global 实例 - Service 服务 - Route 路由 - Object 对象.
-
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(gatewayid = nil, type = nil, list = nil) ⇒ CloseWafProtectionRequest
constructor
A new instance of CloseWafProtectionRequest.
Constructor Details
#initialize(gatewayid = nil, type = nil, list = nil) ⇒ CloseWafProtectionRequest
Returns a new instance of CloseWafProtectionRequest.
314 315 316 317 318 |
# File 'lib/v20201207/models.rb', line 314 def initialize(gatewayid=nil, type=nil, list=nil) @GatewayId = gatewayid @Type = type @List = list end |
Instance Attribute Details
#GatewayId ⇒ Object
-
Global 实例
-
Service 服务
-
Route 路由
-
Object 对象
312 313 314 |
# File 'lib/v20201207/models.rb', line 312 def GatewayId @GatewayId end |
#List ⇒ Object
-
Global 实例
-
Service 服务
-
Route 路由
-
Object 对象
312 313 314 |
# File 'lib/v20201207/models.rb', line 312 def List @List end |
#Type ⇒ Object
-
Global 实例
-
Service 服务
-
Route 路由
-
Object 对象
312 313 314 |
# File 'lib/v20201207/models.rb', line 312 def Type @Type end |
Instance Method Details
#deserialize(params) ⇒ Object
320 321 322 323 324 |
# File 'lib/v20201207/models.rb', line 320 def deserialize(params) @GatewayId = params['GatewayId'] @Type = params['Type'] @List = params['List'] end |