Awesome Message SDK - v0.12.4
    Preparing search index...

    Interface EmailTag

    태그 정보

    interface EmailTag {
        tagId: string;
        tagName: string;
        tagDesc?: string;
        createdDate: string;
        updatedDate?: string;
    }
    Index

    Properties

    tagId: string

    태그 ID

    tagName: string

    태그 이름

    tagDesc?: string

    태그 설명

    createdDate: string

    생성 일시

    updatedDate?: string

    수정 일시