/** SetUpdateVDCGraph */
export interface SetUpdateVdcGraph {
    /** xs:string */
    jsonSerialization?: string;
}
