Class: TencentCloud::Live::V20180801::ModifyCasterLayoutInfoResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Live::V20180801::ModifyCasterLayoutInfoResponse
- Defined in:
- lib/v20180801/models.rb
Overview
ModifyCasterLayoutInfo返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ ModifyCasterLayoutInfoResponse
constructor
A new instance of ModifyCasterLayoutInfoResponse.
Constructor Details
#initialize(requestid = nil) ⇒ ModifyCasterLayoutInfoResponse
Returns a new instance of ModifyCasterLayoutInfoResponse.
11813 11814 11815 |
# File 'lib/v20180801/models.rb', line 11813 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
11811 11812 11813 |
# File 'lib/v20180801/models.rb', line 11811 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
11817 11818 11819 |
# File 'lib/v20180801/models.rb', line 11817 def deserialize(params) @RequestId = params['RequestId'] end |