@meeting-baas/sdk
Version:
Official SDK for Meeting BaaS API - https://meetingbaas.com
25 lines (24 loc) • 543 B
TypeScript
/**
* 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 QueryPatchRecordEvent
*/
export interface QueryPatchRecordEvent {
/**
* schedule a bot to all occurences of a recurring event
* @type {boolean}
* @memberof QueryPatchRecordEvent
*/
'all_occurrences'?: boolean | null;
}