Class: TencentCloud::Live::V20180801::DescribeLivePlayAuthKeyResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Live::V20180801::DescribeLivePlayAuthKeyResponse
- Defined in:
- lib/v20180801/models.rb
Overview
DescribeLivePlayAuthKey返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(playauthkeyinfo = nil, requestid = nil) ⇒ DescribeLivePlayAuthKeyResponse
constructor
A new instance of DescribeLivePlayAuthKeyResponse.
Constructor Details
#initialize(playauthkeyinfo = nil, requestid = nil) ⇒ DescribeLivePlayAuthKeyResponse
Returns a new instance of DescribeLivePlayAuthKeyResponse.
7376 7377 7378 7379 |
# File 'lib/v20180801/models.rb', line 7376 def initialize(=nil, requestid=nil) @PlayAuthKeyInfo = @RequestId = requestid end |
Instance Attribute Details
#PlayAuthKeyInfo ⇒ Object
7374 7375 7376 |
# File 'lib/v20180801/models.rb', line 7374 def PlayAuthKeyInfo @PlayAuthKeyInfo end |
#RequestId ⇒ Object
7374 7375 7376 |
# File 'lib/v20180801/models.rb', line 7374 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
7381 7382 7383 7384 7385 7386 7387 |
# File 'lib/v20180801/models.rb', line 7381 def deserialize(params) unless params['PlayAuthKeyInfo'].nil? @PlayAuthKeyInfo = PlayAuthKeyInfo.new @PlayAuthKeyInfo.deserialize(params['PlayAuthKeyInfo']) end @RequestId = params['RequestId'] end |