Type Alias ZoomRoomsListZoomRoomsUnderZoomPhoneLicenseResponse

ZoomRoomsListZoomRoomsUnderZoomPhoneLicenseResponse: {
    next_page_token?: string;
    page_size?: number;
    rooms?: {
        calling_plans?: {
            billing_account_id?: string;
            billing_account_name?: string;
            name?: string;
            type?: number;
        }[];
        extension_id?: string;
        extension_number?: number;
        id?: string;
        name?: string;
        phone_numbers?: { id?: string; number?: string }[];
        site?: { id?: string; name?: string };
    }[];
    total_records?: number;
}