class TencentCloud::Live::V20180801::DeleteCasterLayoutInfoRequest
DeleteCasterLayoutInfo请求参数结构体
def deserialize(params)
def deserialize(params) @CasterId = params['CasterId'] @LayoutIndex = params['LayoutIndex'] end
def initialize(casterid=nil, layoutindex=nil)
def initialize(casterid=nil, layoutindex=nil) @CasterId = casterid @LayoutIndex = layoutindex end