Google Apps Script API
    Preparing search index...
    interface McfData {
        columnHeaders?: McfDataColumnHeaders[];
        containsSampledData?: boolean;
        id?: string;
        itemsPerPage?: number;
        kind?: string;
        nextLink?: string;
        previousLink?: string;
        profileInfo?: McfDataProfileInfo;
        query?: McfDataQuery;
        rows?: McfDataRows[][];
        sampleSize?: string;
        sampleSpace?: string;
        selfLink?: string;
        totalResults?: number;
        totalsForAllResults?: Record<string, string>;
    }
    Index

    Properties

    columnHeaders?: McfDataColumnHeaders[]
    containsSampledData?: boolean
    id?: string
    itemsPerPage?: number
    kind?: string
    nextLink?: string
    previousLink?: string
    profileInfo?: McfDataProfileInfo
    query?: McfDataQuery
    rows?: McfDataRows[][]
    sampleSize?: string
    sampleSpace?: string
    selfLink?: string
    totalResults?: number
    totalsForAllResults?: Record<string, string>