Class: TencentCloud::Cfw::V20190904::DescribeFwSyncStatusRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cfw::V20190904::DescribeFwSyncStatusRequest
- Defined in:
- lib/v20190904/models.rb
Overview
DescribeFwSyncStatus请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(synctype = nil) ⇒ DescribeFwSyncStatusRequest
constructor
A new instance of DescribeFwSyncStatusRequest.
Constructor Details
#initialize(synctype = nil) ⇒ DescribeFwSyncStatusRequest
Returns a new instance of DescribeFwSyncStatusRequest.
3731 3732 3733 |
# File 'lib/v20190904/models.rb', line 3731 def initialize(synctype=nil) @SyncType = synctype end |
Instance Attribute Details
#SyncType ⇒ Object
3729 3730 3731 |
# File 'lib/v20190904/models.rb', line 3729 def SyncType @SyncType end |
Instance Method Details
#deserialize(params) ⇒ Object
3735 3736 3737 |
# File 'lib/v20190904/models.rb', line 3735 def deserialize(params) @SyncType = params['SyncType'] end |