pub async fn list_google_drive_files(
configuration: &Configuration,
workspace: &str,
q: Option<&str>,
parent_id: Option<&str>,
page_token: Option<&str>,
shared_with_me: Option<bool>,
) -> Result<GoogleDriveFilesResponse, Error<ListGoogleDriveFilesError>>