Class: TencentCloud::Live::V20180801::ModifyLivePlayAuthKeyResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Live::V20180801::ModifyLivePlayAuthKeyResponse
- Defined in:
- lib/v20180801/models.rb
Overview
ModifyLivePlayAuthKey返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ ModifyLivePlayAuthKeyResponse
constructor
A new instance of ModifyLivePlayAuthKeyResponse.
Constructor Details
#initialize(requestid = nil) ⇒ ModifyLivePlayAuthKeyResponse
Returns a new instance of ModifyLivePlayAuthKeyResponse.
12366 12367 12368 |
# File 'lib/v20180801/models.rb', line 12366 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
12364 12365 12366 |
# File 'lib/v20180801/models.rb', line 12364 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
12370 12371 12372 |
# File 'lib/v20180801/models.rb', line 12370 def deserialize(params) @RequestId = params['RequestId'] end |