Google Apps Script API
    Preparing search index...
    interface PhotosCollection {
        get(userKey: string): UserPhoto;
        patch(resource: UserPhoto, userKey: string): UserPhoto;
        remove(userKey: string): void;
        update(resource: UserPhoto, userKey: string): UserPhoto;
    }
    Index

    Methods