RemoveRaindropResponseItem

interface RemoveRaindropResponseItem {
    _id: number;
    collection: CollectionRef;
    collectionId: number;
    cover: string;
    created: string;
    creatorRef: CreatorRef;
    domain: string;
    excerpt: string;
    lastUpdate: string;
    link: string;
    media: CreateRaindropResponseItemMediaInner[];
    note: string;
    order: number;
    removed: boolean;
    sort: number;
    tags: string[];
    title: string;
    type: string;
    user: UserRef;
}

Properties

_id: number

RemoveRaindropResponseItem

collection: CollectionRef

RemoveRaindropResponseItem

collectionId: number

RemoveRaindropResponseItem

cover: string

RemoveRaindropResponseItem

created: string

RemoveRaindropResponseItem

creatorRef: CreatorRef

RemoveRaindropResponseItem

domain: string

RemoveRaindropResponseItem

excerpt: string

RemoveRaindropResponseItem

lastUpdate: string

RemoveRaindropResponseItem

link: string

RemoveRaindropResponseItem

RemoveRaindropResponseItem

note: string

RemoveRaindropResponseItem

order: number

RemoveRaindropResponseItem

removed: boolean

RemoveRaindropResponseItem

sort: number

RemoveRaindropResponseItem

tags: string[]

RemoveRaindropResponseItem

title: string

RemoveRaindropResponseItem

type: string

RemoveRaindropResponseItem

user: UserRef

RemoveRaindropResponseItem