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.
34949 34950 34951 |
# File 'lib/v20180228/models.rb', line 34949 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
34947 34948 34949 |
# File 'lib/v20180228/models.rb', line 34947 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
34953 34954 34955 |
# File 'lib/v20180228/models.rb', line 34953 def deserialize(params) @RequestId = params['RequestId'] end |