Class: TencentCloud::Cwp::V20180228::ModifyWebPageProtectSettingResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cwp::V20180228::ModifyWebPageProtectSettingResponse
- Defined in:
- lib/v20180228/models.rb
Overview
ModifyWebPageProtectSetting返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ ModifyWebPageProtectSettingResponse
constructor
A new instance of ModifyWebPageProtectSettingResponse.
Constructor Details
#initialize(requestid = nil) ⇒ ModifyWebPageProtectSettingResponse
Returns a new instance of ModifyWebPageProtectSettingResponse.
34497 34498 34499 |
# File 'lib/v20180228/models.rb', line 34497 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
34495 34496 34497 |
# File 'lib/v20180228/models.rb', line 34495 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
34501 34502 34503 |
# File 'lib/v20180228/models.rb', line 34501 def deserialize(params) @RequestId = params['RequestId'] end |