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.
9786 9787 9788 9789 |
# File 'lib/v20190904/models.rb', line 9786 def initialize(synctype=nil, fwtype=nil) @SyncType = synctype @FwType = fwtype end |
Instance Attribute Details
#FwType ⇒ Object
9784 9785 9786 |
# File 'lib/v20190904/models.rb', line 9784 def FwType @FwType end |
#SyncType ⇒ Object
9784 9785 9786 |
# File 'lib/v20190904/models.rb', line 9784 def SyncType @SyncType end |
Instance Method Details
#deserialize(params) ⇒ Object
9791 9792 9793 9794 |
# File 'lib/v20190904/models.rb', line 9791 def deserialize(params) @SyncType = params['SyncType'] @FwType = params['FwType'] end |