/* * Copyright 2000-2013 Enonic AS * http://www.enonic.com/license */ package com.enonic.cms.api.client.model; /** * Jun 10, 2010 */ public class UnassignContentParams extends AbstractParams { private static final long serialVersionUID = 6457109901570171969L; /** * The key of the content to unassign. */ public Integer contentKey; }