class TencentCloud::Bm::V20180423::DescribeCustomImageProcessResponse

def deserialize(params)

def deserialize(params)
  unless params['CustomImageProcessSet'].nil?
    @CustomImageProcessSet = []
    params['CustomImageProcessSet'].each do |i|
      customimageprocess_tmp = CustomImageProcess.new
      customimageprocess_tmp.deserialize(i)
      @CustomImageProcessSet << customimageprocess_tmp
    end
  end
  @RequestId = params['RequestId']
end