Google Apps Script API
    Preparing search index...

    A list of labels applied to a file.

    interface LabelList {
        kind?: string;
        labels?: GoogleAppsScript.Drive_v3.Drive.V3.Schema.Label[];
        nextPageToken?: string;
    }
    Index

    Properties

    kind?: string

    This is always drive#labelList

    The list of labels.

    nextPageToken?: string

    The page token for the next page of labels. This field will be absent if the end of the list has been reached. If the token is rejected for any reason, it should be discarded, and pagination should be restarted from the first page of results. The page token is typically valid for several hours. However, if new items are added or removed, your expected results might differ.