method Databases.prototype.getAttributeRe-exportimport { Databases } from "https://deno.land/x/appwrite@12.1.0/mod.ts"; getAttribute(databaseId: string,collectionId: string,key: string,): Promise<Response>Get attribute Get attribute by ID. ParametersdatabaseId: stringcollectionId: stringkey: stringReturnsPromise<Response>