型・APIリファレンス
    Preparing search index...

    Type Alias AggregationSavedListInfo

    Aggregation保存リストの基本情報

    type AggregationSavedListInfo = {
        description?: string;
        folderDisplayName?: string;
        folderId?: string;
        id: string;
        name: string;
        ownData: boolean;
        owner?: string;
        shared: boolean;
        snapshot: boolean;
        updateDate: number;
    }
    Index

    Properties

    description?: string

    説明

    folderDisplayName?: string

    フォルダ表示名

    folderId?: string

    フォルダID

    id: string

    保存リストOID

    name: string

    保存リスト名

    ownData: boolean

    本人のデータか

    owner?: string

    所有者

    shared: boolean

    共有設定

    snapshot: boolean

    スナップショットモードか

    updateDate: number

    更新日時(エポックミリ秒)