Class: TencentCloud::Cwp::V20180228::ModifyWebPageProtectSettingRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cwp::V20180228::ModifyWebPageProtectSettingRequest
- Defined in:
- lib/v20180228/models.rb
Overview
ModifyWebPageProtectSetting请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(modifytype = nil, value = nil, id = nil) ⇒ ModifyWebPageProtectSettingRequest
constructor
A new instance of ModifyWebPageProtectSettingRequest.
Constructor Details
#initialize(modifytype = nil, value = nil, id = nil) ⇒ ModifyWebPageProtectSettingRequest
Returns a new instance of ModifyWebPageProtectSettingRequest.
34889 34890 34891 34892 34893 |
# File 'lib/v20180228/models.rb', line 34889 def initialize(modifytype=nil, value=nil, id=nil) @ModifyType = modifytype @Value = value @Id = id end |
Instance Attribute Details
#Id ⇒ Object
34887 34888 34889 |
# File 'lib/v20180228/models.rb', line 34887 def Id @Id end |
#ModifyType ⇒ Object
34887 34888 34889 |
# File 'lib/v20180228/models.rb', line 34887 def ModifyType @ModifyType end |
#Value ⇒ Object
34887 34888 34889 |
# File 'lib/v20180228/models.rb', line 34887 def Value @Value end |
Instance Method Details
#deserialize(params) ⇒ Object
34895 34896 34897 34898 34899 |
# File 'lib/v20180228/models.rb', line 34895 def deserialize(params) @ModifyType = params['ModifyType'] @Value = params['Value'] @Id = params['Id'] end |