Google Apps Script API
    Preparing search index...
    interface LiveChatModeratorsCollection {
        insert(resource: LiveChatModerator, part: string): LiveChatModerator;
        list(liveChatId: string, part: string): LiveChatModeratorListResponse;
        list(
            liveChatId: string,
            part: string,
            optionalArgs: object,
        ): LiveChatModeratorListResponse;
        remove(id: string): void;
    }
    Index

    Methods