Class: TencentCloud::Cwp::V20180228::ModifyWebPageProtectSwitchRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cwp::V20180228::ModifyWebPageProtectSwitchRequest
- Defined in:
- lib/v20180228/models.rb
Overview
ModifyWebPageProtectSwitch请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(switchtype = nil, ids = nil, status = nil) ⇒ ModifyWebPageProtectSwitchRequest
constructor
A new instance of ModifyWebPageProtectSwitchRequest.
Constructor Details
#initialize(switchtype = nil, ids = nil, status = nil) ⇒ ModifyWebPageProtectSwitchRequest
Returns a new instance of ModifyWebPageProtectSwitchRequest.
34929 34930 34931 34932 34933 |
# File 'lib/v20180228/models.rb', line 34929 def initialize(switchtype=nil, ids=nil, status=nil) @SwitchType = switchtype @Ids = ids @Status = status end |
Instance Attribute Details
#Ids ⇒ Object
34927 34928 34929 |
# File 'lib/v20180228/models.rb', line 34927 def Ids @Ids end |
#Status ⇒ Object
34927 34928 34929 |
# File 'lib/v20180228/models.rb', line 34927 def Status @Status end |
#SwitchType ⇒ Object
34927 34928 34929 |
# File 'lib/v20180228/models.rb', line 34927 def SwitchType @SwitchType end |
Instance Method Details
#deserialize(params) ⇒ Object
34935 34936 34937 34938 34939 |
# File 'lib/v20180228/models.rb', line 34935 def deserialize(params) @SwitchType = params['SwitchType'] @Ids = params['Ids'] @Status = params['Status'] end |