Class: TencentCloud::Vod::V20180717::SetDrmKeyProviderInfoRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Vod::V20180717::SetDrmKeyProviderInfoRequest
- Defined in:
- lib/v20180717/models.rb
Overview
SetDrmKeyProviderInfo请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(sdmcinfo = nil, subappid = nil) ⇒ SetDrmKeyProviderInfoRequest
constructor
A new instance of SetDrmKeyProviderInfoRequest.
Constructor Details
#initialize(sdmcinfo = nil, subappid = nil) ⇒ SetDrmKeyProviderInfoRequest
Returns a new instance of SetDrmKeyProviderInfoRequest.
26574 26575 26576 26577 |
# File 'lib/v20180717/models.rb', line 26574 def initialize(sdmcinfo=nil, subappid=nil) @SDMCInfo = sdmcinfo @SubAppId = subappid end |
Instance Attribute Details
#SDMCInfo ⇒ Object
26572 26573 26574 |
# File 'lib/v20180717/models.rb', line 26572 def SDMCInfo @SDMCInfo end |
#SubAppId ⇒ Object
26572 26573 26574 |
# File 'lib/v20180717/models.rb', line 26572 def SubAppId @SubAppId end |
Instance Method Details
#deserialize(params) ⇒ Object
26579 26580 26581 26582 26583 26584 26585 |
# File 'lib/v20180717/models.rb', line 26579 def deserialize(params) unless params['SDMCInfo'].nil? @SDMCInfo = SDMCDrmKeyProviderInfo.new @SDMCInfo.deserialize(params['SDMCInfo']) end @SubAppId = params['SubAppId'] end |