Google Apps Script API
    Preparing search index...

    A request to modify the set of labels on a file. This request may contain many modifications that will either all succeed or all fail atomically.

    interface ModifyLabelsRequest {
        kind: string;
        labelModifications: LabelModification[];
    }
    Index

    Properties

    kind: string

    This is always drive#modifyLabelsRequest.

    labelModifications: LabelModification[]

    The list of modifications to apply to the labels on the file.