Class: TencentCloud::Live::V20180801::DescribeLivePushAuthKeyResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Live::V20180801::DescribeLivePushAuthKeyResponse
- Defined in:
- lib/v20180801/models.rb
Overview
DescribeLivePushAuthKey返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(pushauthkeyinfo = nil, requestid = nil) ⇒ DescribeLivePushAuthKeyResponse
constructor
A new instance of DescribeLivePushAuthKeyResponse.
Constructor Details
#initialize(pushauthkeyinfo = nil, requestid = nil) ⇒ DescribeLivePushAuthKeyResponse
Returns a new instance of DescribeLivePushAuthKeyResponse.
7602 7603 7604 7605 |
# File 'lib/v20180801/models.rb', line 7602 def initialize(=nil, requestid=nil) @PushAuthKeyInfo = @RequestId = requestid end |
Instance Attribute Details
#PushAuthKeyInfo ⇒ Object
7600 7601 7602 |
# File 'lib/v20180801/models.rb', line 7600 def PushAuthKeyInfo @PushAuthKeyInfo end |
#RequestId ⇒ Object
7600 7601 7602 |
# File 'lib/v20180801/models.rb', line 7600 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
7607 7608 7609 7610 7611 7612 7613 |
# File 'lib/v20180801/models.rb', line 7607 def deserialize(params) unless params['PushAuthKeyInfo'].nil? @PushAuthKeyInfo = PushAuthKeyInfo.new @PushAuthKeyInfo.deserialize(params['PushAuthKeyInfo']) end @RequestId = params['RequestId'] end |