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.
7445 7446 7447 7448 |
# File 'lib/v20180801/models.rb', line 7445 def initialize(=nil, requestid=nil) @PlayAuthKeyInfo = @RequestId = requestid end |
Instance Attribute Details
#PlayAuthKeyInfo ⇒ Object
7443 7444 7445 |
# File 'lib/v20180801/models.rb', line 7443 def PlayAuthKeyInfo @PlayAuthKeyInfo end |
#RequestId ⇒ Object
7443 7444 7445 |
# File 'lib/v20180801/models.rb', line 7443 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
7450 7451 7452 7453 7454 7455 7456 |
# File 'lib/v20180801/models.rb', line 7450 def deserialize(params) unless params['PlayAuthKeyInfo'].nil? @PlayAuthKeyInfo = PlayAuthKeyInfo.new @PlayAuthKeyInfo.deserialize(params['PlayAuthKeyInfo']) end @RequestId = params['RequestId'] end |