/** * 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 RegionViewModel */ export interface RegionViewModel { /** * * @type {string} * @memberof RegionViewModel */ fieldRep?: string | null; /** * * @type {string} * @memberof RegionViewModel */ code?: string | null; /** * * @type {string} * @memberof RegionViewModel */ name?: string | null; /** * * @type {string} * @memberof RegionViewModel */ id?: string; }