Class: TencentCloud::Cfw::V20190904::SyncFwOperateRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cfw::V20190904::SyncFwOperateRequest
- Defined in:
- lib/v20190904/models.rb
Overview
SyncFwOperate请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(synctype = nil, fwtype = nil) ⇒ SyncFwOperateRequest
constructor
A new instance of SyncFwOperateRequest.
Constructor Details
#initialize(synctype = nil, fwtype = nil) ⇒ SyncFwOperateRequest
Returns a new instance of SyncFwOperateRequest.
9460 9461 9462 9463 |
# File 'lib/v20190904/models.rb', line 9460 def initialize(synctype=nil, fwtype=nil) @SyncType = synctype @FwType = fwtype end |
Instance Attribute Details
#FwType ⇒ Object
9458 9459 9460 |
# File 'lib/v20190904/models.rb', line 9458 def FwType @FwType end |
#SyncType ⇒ Object
9458 9459 9460 |
# File 'lib/v20190904/models.rb', line 9458 def SyncType @SyncType end |
Instance Method Details
#deserialize(params) ⇒ Object
9465 9466 9467 9468 |
# File 'lib/v20190904/models.rb', line 9465 def deserialize(params) @SyncType = params['SyncType'] @FwType = params['FwType'] end |