Class: TencentCloud::Waf::V20180125::ApiSecKey
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Waf::V20180125::ApiSecKey
- Defined in:
- lib/v20180125/models.rb
Overview
api列表
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(apiname = nil, domain = nil, method = nil) ⇒ ApiSecKey
constructor
A new instance of ApiSecKey.
Constructor Details
#initialize(apiname = nil, domain = nil, method = nil) ⇒ ApiSecKey
Returns a new instance of ApiSecKey.
1136 1137 1138 1139 1140 |
# File 'lib/v20180125/models.rb', line 1136 def initialize(apiname=nil, domain=nil, method=nil) @ApiName = apiname @Domain = domain @Method = method end |
Instance Attribute Details
#ApiName ⇒ Object
1134 1135 1136 |
# File 'lib/v20180125/models.rb', line 1134 def ApiName @ApiName end |
#Domain ⇒ Object
1134 1135 1136 |
# File 'lib/v20180125/models.rb', line 1134 def Domain @Domain end |
#Method ⇒ Object
1134 1135 1136 |
# File 'lib/v20180125/models.rb', line 1134 def Method @Method end |
Instance Method Details
#deserialize(params) ⇒ Object
1142 1143 1144 1145 1146 |
# File 'lib/v20180125/models.rb', line 1142 def deserialize(params) @ApiName = params['ApiName'] @Domain = params['Domain'] @Method = params['Method'] end |