Databricks SDK for JavaScript
    Preparing search index...
    interface ListTagAssignmentsResponse {
        nextPageToken?: string;
        tagAssignments?: TagAssignment[];
    }
    Index

    Properties

    nextPageToken?: string

    Pagination token to request the next page of tag assignments

    tagAssignments?: TagAssignment[]