Google Apps Script API
    Preparing search index...
    interface ParentsCollection {
        get(fileId: string, parentId: string): ParentReference;
        insert(resource: ParentReference, fileId: string): ParentReference;
        insert(
            resource: ParentReference,
            fileId: string,
            optionalArgs: Record<string, any>,
        ): ParentReference;
        list(fileId: string): ParentList;
        remove(fileId: string, parentId: string): void;
    }
    Index

    Methods