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.
10628 10629 10630 10631 |
# File 'lib/v20190904/models.rb', line 10628 def initialize(synctype=nil, fwtype=nil) @SyncType = synctype @FwType = fwtype end |
Instance Attribute Details
#FwType ⇒ Object
10626 10627 10628 |
# File 'lib/v20190904/models.rb', line 10626 def FwType @FwType end |
#SyncType ⇒ Object
10626 10627 10628 |
# File 'lib/v20190904/models.rb', line 10626 def SyncType @SyncType end |
Instance Method Details
#deserialize(params) ⇒ Object
10633 10634 10635 10636 |
# File 'lib/v20190904/models.rb', line 10633 def deserialize(params) @SyncType = params['SyncType'] @FwType = params['FwType'] end |