Class: TencentCloud::Tse::V20201207::OpenWafProtectionRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tse::V20201207::OpenWafProtectionRequest
- Defined in:
- lib/v20201207/models.rb
Overview
OpenWafProtection请求参数结构体
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) ⇒ OpenWafProtectionRequest
constructor
A new instance of OpenWafProtectionRequest.
Constructor Details
#initialize(gatewayid = nil, type = nil, list = nil) ⇒ OpenWafProtectionRequest
Returns a new instance of OpenWafProtectionRequest.
10899 10900 10901 10902 10903 |
# File 'lib/v20201207/models.rb', line 10899 def initialize(gatewayid=nil, type=nil, list=nil) @GatewayId = gatewayid @Type = type @List = list end |
Instance Attribute Details
#GatewayId ⇒ Object
-
Global 实例
-
Service 服务
-
Route 路由
-
Object 对象(接口暂不支持)
10897 10898 10899 |
# File 'lib/v20201207/models.rb', line 10897 def GatewayId @GatewayId end |
#List ⇒ Object
-
Global 实例
-
Service 服务
-
Route 路由
-
Object 对象(接口暂不支持)
10897 10898 10899 |
# File 'lib/v20201207/models.rb', line 10897 def List @List end |
#Type ⇒ Object
-
Global 实例
-
Service 服务
-
Route 路由
-
Object 对象(接口暂不支持)
10897 10898 10899 |
# File 'lib/v20201207/models.rb', line 10897 def Type @Type end |
Instance Method Details
#deserialize(params) ⇒ Object
10905 10906 10907 10908 10909 |
# File 'lib/v20201207/models.rb', line 10905 def deserialize(params) @GatewayId = params['GatewayId'] @Type = params['Type'] @List = params['List'] end |