Google Apps Script API
    Preparing search index...
    interface ChildList {
        etag?: string;
        items?: ChildReference[];
        kind?: string;
        nextLink?: string;
        nextPageToken?: string;
        selfLink?: string;
    }
    Index

    Properties

    etag?: string
    items?: ChildReference[]
    kind?: string
    nextLink?: string
    nextPageToken?: string
    selfLink?: string