/**
 * TemplateLicense
 * @targetNSAlias `q18`
 * @targetNamespace `http://schemas.datacontract.org/2004/07/Aruba.Cloud.Common.Entities`
 */
export interface TemplateLicense {
    /** xs:int */
    ID?: number;
    /** xs:string */
    IdentificationCode?: string;
}
