Class: TencentCloud::Cwp::V20180228::ModifyWebPageProtectSwitchResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cwp::V20180228::ModifyWebPageProtectSwitchResponse
- Defined in:
- lib/v20180228/models.rb
Overview
ModifyWebPageProtectSwitch返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ ModifyWebPageProtectSwitchResponse
constructor
A new instance of ModifyWebPageProtectSwitchResponse.
Constructor Details
#initialize(requestid = nil) ⇒ ModifyWebPageProtectSwitchResponse
Returns a new instance of ModifyWebPageProtectSwitchResponse.
34537 34538 34539 |
# File 'lib/v20180228/models.rb', line 34537 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
34535 34536 34537 |
# File 'lib/v20180228/models.rb', line 34535 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
34541 34542 34543 |
# File 'lib/v20180228/models.rb', line 34541 def deserialize(params) @RequestId = params['RequestId'] end |