Class: TencentCloud::Cwp::V20180228::ModifyRiskEventsStatusResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cwp::V20180228::ModifyRiskEventsStatusResponse
- Defined in:
- lib/v20180228/models.rb
Overview
ModifyRiskEventsStatus返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(issync = nil, requestid = nil) ⇒ ModifyRiskEventsStatusResponse
constructor
A new instance of ModifyRiskEventsStatusResponse.
Constructor Details
#initialize(issync = nil, requestid = nil) ⇒ ModifyRiskEventsStatusResponse
Returns a new instance of ModifyRiskEventsStatusResponse.
34353 34354 34355 34356 |
# File 'lib/v20180228/models.rb', line 34353 def initialize(issync=nil, requestid=nil) @IsSync = issync @RequestId = requestid end |
Instance Attribute Details
#IsSync ⇒ Object
34351 34352 34353 |
# File 'lib/v20180228/models.rb', line 34351 def IsSync @IsSync end |
#RequestId ⇒ Object
34351 34352 34353 |
# File 'lib/v20180228/models.rb', line 34351 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
34358 34359 34360 34361 |
# File 'lib/v20180228/models.rb', line 34358 def deserialize(params) @IsSync = params['IsSync'] @RequestId = params['RequestId'] end |