Class: TencentCloud::Drm::V20181115::StartEncryptionResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Drm::V20181115::StartEncryptionResponse
- Defined in:
- lib/v20181115/models.rb
Overview
StartEncryption返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ StartEncryptionResponse
constructor
A new instance of StartEncryptionResponse.
Constructor Details
#initialize(requestid = nil) ⇒ StartEncryptionResponse
Returns a new instance of StartEncryptionResponse.
840 841 842 |
# File 'lib/v20181115/models.rb', line 840 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
838 839 840 |
# File 'lib/v20181115/models.rb', line 838 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
844 845 846 |
# File 'lib/v20181115/models.rb', line 844 def deserialize(params) @RequestId = params['RequestId'] end |