Class: TencentCloud::Ms::V20180408::CancelEncryptTaskResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ms::V20180408::CancelEncryptTaskResponse
- Defined in:
- lib/v20180408/models.rb
Overview
CancelEncryptTask返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(state = nil, requestid = nil) ⇒ CancelEncryptTaskResponse
constructor
A new instance of CancelEncryptTaskResponse.
Constructor Details
#initialize(state = nil, requestid = nil) ⇒ CancelEncryptTaskResponse
Returns a new instance of CancelEncryptTaskResponse.
676 677 678 679 |
# File 'lib/v20180408/models.rb', line 676 def initialize(state=nil, requestid=nil) @State = state @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
674 675 676 |
# File 'lib/v20180408/models.rb', line 674 def RequestId @RequestId end |
#State ⇒ Object
674 675 676 |
# File 'lib/v20180408/models.rb', line 674 def State @State end |
Instance Method Details
#deserialize(params) ⇒ Object
681 682 683 684 |
# File 'lib/v20180408/models.rb', line 681 def deserialize(params) @State = params['State'] @RequestId = params['RequestId'] end |