Class: TencentCloud::Live::V20180801::ModifyLivePushAuthKeyResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Live::V20180801::ModifyLivePushAuthKeyResponse
- Defined in:
- lib/v20180801/models.rb
Overview
ModifyLivePushAuthKey返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ ModifyLivePushAuthKeyResponse
constructor
A new instance of ModifyLivePushAuthKeyResponse.
Constructor Details
#initialize(requestid = nil) ⇒ ModifyLivePushAuthKeyResponse
Returns a new instance of ModifyLivePushAuthKeyResponse.
12624 12625 12626 |
# File 'lib/v20180801/models.rb', line 12624 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
12622 12623 12624 |
# File 'lib/v20180801/models.rb', line 12622 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
12628 12629 12630 |
# File 'lib/v20180801/models.rb', line 12628 def deserialize(params) @RequestId = params['RequestId'] end |