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.
14716 14717 14718 |
# File 'lib/v20180801/models.rb', line 14716 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
14714 14715 14716 |
# File 'lib/v20180801/models.rb', line 14714 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
14720 14721 14722 |
# File 'lib/v20180801/models.rb', line 14720 def deserialize(params) @RequestId = params['RequestId'] end |