Google Apps Script API
    Preparing search index...
    interface AccountUserProfilesListResponse {
        accountUserProfiles?: AccountUserProfile[];
        kind?: string;
        nextPageToken?: string;
    }
    Index

    Properties

    accountUserProfiles?: AccountUserProfile[]
    kind?: string
    nextPageToken?: string