class TencentCloud::Live::V20180801::CommonMixInputParam
def deserialize(params)
def deserialize(params) @InputStreamName = params['InputStreamName'] unless params['LayoutParams'].nil? @LayoutParams = CommonMixLayoutParams.new @LayoutParams.deserialize(params['LayoutParams']) end unless params['CropParams'].nil? @CropParams = CommonMixCropParams.new @CropParams.deserialize(params['CropParams']) end unless params['PortraitSegmentParams'].nil? @PortraitSegmentParams = MixPortraitSegmentParams.new @PortraitSegmentParams.deserialize(params['PortraitSegmentParams']) end end