Class: TencentCloud::Live::V20180801::SendLiveCloudEffectResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Live::V20180801::SendLiveCloudEffectResponse
- Defined in:
- lib/v20180801/models.rb
Overview
SendLiveCloudEffect返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ SendLiveCloudEffectResponse
constructor
A new instance of SendLiveCloudEffectResponse.
Constructor Details
#initialize(requestid = nil) ⇒ SendLiveCloudEffectResponse
Returns a new instance of SendLiveCloudEffectResponse.
14715 14716 14717 |
# File 'lib/v20180801/models.rb', line 14715 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
14713 14714 14715 |
# File 'lib/v20180801/models.rb', line 14713 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
14719 14720 14721 |
# File 'lib/v20180801/models.rb', line 14719 def deserialize(params) @RequestId = params['RequestId'] end |