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.
5780 5781 5782 |
# File 'lib/v20190904/models.rb', line 5780 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
5778 5779 5780 |
# File 'lib/v20190904/models.rb', line 5778 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
5784 5785 5786 |
# File 'lib/v20190904/models.rb', line 5784 def deserialize(params) @RequestId = params['RequestId'] end |