Class: TencentCloud::Live::V20180801::DeleteCasterLayoutInfoRequest

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20180801/models.rb

Overview

DeleteCasterLayoutInfo请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#CasterIdObject

注:待删除的Index对应的布局需存在。

Parameters:

  • CasterId:

    导播台ID。

  • LayoutIndex:

    要删除的布局Index。



4236
4237
4238
# File 'lib/v20180801/models.rb', line 4236

def CasterId
  @CasterId
end

#LayoutIndexObject

注:待删除的Index对应的布局需存在。

Parameters:

  • CasterId:

    导播台ID。

  • LayoutIndex:

    要删除的布局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