Class: TencentCloud::Vod::V20180717::DescribeDrmKeyProviderInfoResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Vod::V20180717::DescribeDrmKeyProviderInfoResponse
- Defined in:
- lib/v20180717/models.rb
Overview
DescribeDrmKeyProviderInfo返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(sdmcinfo = nil, requestid = nil) ⇒ DescribeDrmKeyProviderInfoResponse
constructor
A new instance of DescribeDrmKeyProviderInfoResponse.
Constructor Details
#initialize(sdmcinfo = nil, requestid = nil) ⇒ DescribeDrmKeyProviderInfoResponse
10803 10804 10805 10806 |
# File 'lib/v20180717/models.rb', line 10803 def initialize(sdmcinfo=nil, requestid=nil) @SDMCInfo = sdmcinfo @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
10801 10802 10803 |
# File 'lib/v20180717/models.rb', line 10801 def RequestId @RequestId end |
#SDMCInfo ⇒ Object
10801 10802 10803 |
# File 'lib/v20180717/models.rb', line 10801 def SDMCInfo @SDMCInfo end |
Instance Method Details
#deserialize(params) ⇒ Object
10808 10809 10810 10811 10812 10813 10814 |
# File 'lib/v20180717/models.rb', line 10808 def deserialize(params) unless params['SDMCInfo'].nil? @SDMCInfo = SDMCDrmKeyProviderInfo.new @SDMCInfo.deserialize(params['SDMCInfo']) end @RequestId = params['RequestId'] end |