Ⓙ Jike SDK
    Preparing search index...

    Interface Notification

    interface Notification {
        actionItem: ActionItem;
        actionType: string;
        createdAt: string;
        id: string;
        linkType: string;
        linkUrl: string;
        referenceItem: ReferenceItem;
        stoppable: boolean;
        stopped: boolean;
        type: string;
        updatedAt: string;
    }
    Index

    Properties

    actionItem: ActionItem
    actionType: string
    createdAt: string

    ISO-8601 格式,如 2015-03-04T00:00:00.000Z

    id: string
    linkType: string
    linkUrl: string
    referenceItem: ReferenceItem
    stoppable: boolean
    stopped: boolean
    type: string
    updatedAt: string

    似乎总是与 createdAt 一致 ISO-8601 格式,如 2015-03-04T00:00:00.000Z