Google Apps Script API
    Preparing search index...
    interface UpdateTableRowPropertiesRequest {
        fields?: string;
        objectId?: string;
        rowIndices?: number[];
        tableRowProperties?: TableRowProperties;
    }
    Index

    Properties

    fields?: string
    objectId?: string
    rowIndices?: number[]
    tableRowProperties?: TableRowProperties