com.emc.storageos.model.property.PropertyInfoUpdate Maven / Gradle / Ivy
/*
* Copyright (c) 2015 EMC Corporation
* All Rights Reserved
*/
package com.emc.storageos.model.property;
import javax.xml.bind.annotation.XmlRootElement;
@XmlRootElement(name = "property_update")
public class PropertyInfoUpdate extends PropertyInfoRestRep {
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy