uptime-robot-v3
    Preparing search index...

    Interface GoogleChatDataInternal

    interface GoogleChatData {
        customMessage?: string;
        enableNotificationsFor?: NotifcationLevel;
        friendlyName?: string;
        roomURL?: string;
        sslExpirationReminder?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    customMessage?: string
    enableNotificationsFor?: NotifcationLevel
    friendlyName?: string
    roomURL?: string
    sslExpirationReminder?: boolean