Class: TencentCloud::Live::V20180801::AddCasterOutputInfoResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Live::V20180801::AddCasterOutputInfoResponse
- Defined in:
- lib/v20180801/models.rb
Overview
AddCasterOutputInfo返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ AddCasterOutputInfoResponse
constructor
A new instance of AddCasterOutputInfoResponse.
Constructor Details
#initialize(requestid = nil) ⇒ AddCasterOutputInfoResponse
Returns a new instance of AddCasterOutputInfoResponse.
218 219 220 |
# File 'lib/v20180801/models.rb', line 218 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
216 217 218 |
# File 'lib/v20180801/models.rb', line 216 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
222 223 224 |
# File 'lib/v20180801/models.rb', line 222 def deserialize(params) @RequestId = params['RequestId'] end |