/** * School Reporting Systems API * School Reporting Systems. * * The version of the OpenAPI document: 1.0 * Contact: tony.henderson@elevenfiftynine.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ /** * * @export * @interface SchoolViewModel */ export interface SchoolViewModel { /** * * @type {number} * @memberof SchoolViewModel */ keyIndex?: number; /** * * @type {string} * @memberof SchoolViewModel */ code?: string | null; /** * * @type {string} * @memberof SchoolViewModel */ countyId?: string; /** * * @type {string} * @memberof SchoolViewModel */ districtId?: string; /** * * @type {string} * @memberof SchoolViewModel */ name?: string | null; /** * * @type {string} * @memberof SchoolViewModel */ physicalStreet?: string | null; /** * * @type {string} * @memberof SchoolViewModel */ physicalCity?: string | null; /** * * @type {string} * @memberof SchoolViewModel */ physicalZip?: string | null; /** * * @type {string} * @memberof SchoolViewModel */ mailStreet?: string | null; /** * * @type {string} * @memberof SchoolViewModel */ mailCity?: string | null; /** * * @type {string} * @memberof SchoolViewModel */ mailZip?: string | null; /** * * @type {string} * @memberof SchoolViewModel */ phone?: string | null; /** * * @type {string} * @memberof SchoolViewModel */ schoolType?: string | null; /** * * @type {boolean} * @memberof SchoolViewModel */ isCharter?: boolean; /** * * @type {string} * @memberof SchoolViewModel */ adminName?: string | null; /** * * @type {string} * @memberof SchoolViewModel */ superintendentEmail?: string | null; /** * * @type {string} * @memberof SchoolViewModel */ superintendentName?: string | null; /** * * @type {string} * @memberof SchoolViewModel */ adminEmail?: string | null; /** * * @type {string} * @memberof SchoolViewModel */ superintendentPhone?: string | null; /** * * @type {string} * @memberof SchoolViewModel */ district?: string | null; /** * * @type {string} * @memberof SchoolViewModel */ reportStatus?: string | null; /** * * @type {string} * @memberof SchoolViewModel */ id?: string; }