Class: TencentCloud::Cfw::V20190904::ExpandCfwVerticalResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cfw::V20190904::ExpandCfwVerticalResponse
- Defined in:
- lib/v20190904/models.rb
Overview
ExpandCfwVertical返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ ExpandCfwVerticalResponse
constructor
A new instance of ExpandCfwVerticalResponse.
Constructor Details
#initialize(requestid = nil) ⇒ ExpandCfwVerticalResponse
Returns a new instance of ExpandCfwVerticalResponse.
6406 6407 6408 |
# File 'lib/v20190904/models.rb', line 6406 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
6404 6405 6406 |
# File 'lib/v20190904/models.rb', line 6404 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
6410 6411 6412 |
# File 'lib/v20190904/models.rb', line 6410 def deserialize(params) @RequestId = params['RequestId'] end |