Class: TencentCloud::Live::V20180801::AddCasterLayoutInfoResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Live::V20180801::AddCasterLayoutInfoResponse
- Defined in:
- lib/v20180801/models.rb
Overview
AddCasterLayoutInfo返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ AddCasterLayoutInfoResponse
constructor
A new instance of AddCasterLayoutInfoResponse.
Constructor Details
#initialize(requestid = nil) ⇒ AddCasterLayoutInfoResponse
Returns a new instance of AddCasterLayoutInfoResponse.
101 102 103 |
# File 'lib/v20180801/models.rb', line 101 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
99 100 101 |
# File 'lib/v20180801/models.rb', line 99 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
105 106 107 |
# File 'lib/v20180801/models.rb', line 105 def deserialize(params) @RequestId = params['RequestId'] end |