/**
 * Meeting BaaS API
 * Meeting BaaS API
 *
 * The version of the OpenAPI document: 1.1
 *
 *
 * 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 Calendar
 */
export interface Calendar {
    /**
     *
     * @type {string}
     * @memberof Calendar
     */
    'email': string;
    /**
     *
     * @type {string}
     * @memberof Calendar
     */
    'googleId': string;
    /**
     *
     * @type {string}
     * @memberof Calendar
     */
    'name': string;
    /**
     *
     * @type {string}
     * @memberof Calendar
     */
    'resource_id'?: string | null;
    /**
     *
     * @type {string}
     * @memberof Calendar
     */
    'uuid': string;
}
