Google Apps Script API
    Preparing search index...
    interface Line {
        lineCategory?: string;
        lineProperties?: LineProperties;
        lineType?: string;
    }
    Index

    Properties

    lineCategory?: string
    lineProperties?: LineProperties
    lineType?: string