Class: TencentCloud::Drm::V20181115::CreateEncryptKeysResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Drm::V20181115::CreateEncryptKeysResponse
- Defined in:
- lib/v20181115/models.rb
Overview
CreateEncryptKeys返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ CreateEncryptKeysResponse
constructor
A new instance of CreateEncryptKeysResponse.
Constructor Details
#initialize(requestid = nil) ⇒ CreateEncryptKeysResponse
Returns a new instance of CreateEncryptKeysResponse.
125 126 127 |
# File 'lib/v20181115/models.rb', line 125 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
123 124 125 |
# File 'lib/v20181115/models.rb', line 123 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
129 130 131 |
# File 'lib/v20181115/models.rb', line 129 def deserialize(params) @RequestId = params['RequestId'] end |