Google Apps Script API
    Preparing search index...

    Output only. An overview of the labels on the file.

    interface FileLabelInfo {
        labels?: GoogleAppsScript.Drive_v3.Drive.V3.Schema.Label[];
    }
    Index

    Properties

    Properties

    Output only. The set of labels on the file as requested by the label IDs in the includeLabels parameter. By default, no labels are returned.