Google Apps Script API
    Preparing search index...

    Response to a ModifyLabels request. This contains only those labels which were added or updated by the request.

    interface ModifyLabelsResponse {
        kind: string;
        modifiedLabels: GoogleAppsScript.Drive_v3.Drive.V3.Schema.Label[];
    }
    Index

    Properties

    kind: string

    This is always drive#modifyLabelsResponse

    The list of labels which were added or updated by the request.