Google Apps Script API
    Preparing search index...
    interface ListGuardiansResponse {
        guardians?: Guardian[];
        nextPageToken?: string;
    }
    Index

    Properties

    guardians?: Guardian[]
    nextPageToken?: string