Google Apps Script API
    Preparing search index...

    The response message for Operations.ListOperations.

    interface ListOperationsResponse {
        nextPageToken?: string;
        operations?: Operation[];
    }
    Index

    Properties

    nextPageToken?: string

    The standard List next-page token.

    operations?: Operation[]

    A list of operations that matches the specified filter in the request.