Class: TencentCloud::Live::V20180801::DeleteCasterLayoutInfoRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Live::V20180801::DeleteCasterLayoutInfoRequest
- Defined in:
- lib/v20180801/models.rb
Overview
DeleteCasterLayoutInfo请求参数结构体
Instance Attribute Summary collapse
-
#CasterId ⇒ Object
注:待删除的Index对应的布局需存在。.
-
#LayoutIndex ⇒ Object
注:待删除的Index对应的布局需存在。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(casterid = nil, layoutindex = nil) ⇒ DeleteCasterLayoutInfoRequest
constructor
A new instance of DeleteCasterLayoutInfoRequest.
Constructor Details
#initialize(casterid = nil, layoutindex = nil) ⇒ DeleteCasterLayoutInfoRequest
Returns a new instance of DeleteCasterLayoutInfoRequest.
4238 4239 4240 4241 |
# File 'lib/v20180801/models.rb', line 4238 def initialize(casterid=nil, layoutindex=nil) @CasterId = casterid @LayoutIndex = layoutindex end |
Instance Attribute Details
#CasterId ⇒ Object
注:待删除的Index对应的布局需存在。
4236 4237 4238 |
# File 'lib/v20180801/models.rb', line 4236 def CasterId @CasterId end |
#LayoutIndex ⇒ Object
注:待删除的Index对应的布局需存在。
4236 4237 4238 |
# File 'lib/v20180801/models.rb', line 4236 def LayoutIndex @LayoutIndex end |
Instance Method Details
#deserialize(params) ⇒ Object
4243 4244 4245 4246 |
# File 'lib/v20180801/models.rb', line 4243 def deserialize(params) @CasterId = params['CasterId'] @LayoutIndex = params['LayoutIndex'] end |