interface Asset {
    atts?: {
        [key: string]: any;
    };
    content?: Content;
    contentId: string;
    contentType?: string;
    copyFileId?: string;
    createdById?: string;
    createdOn?: Date;
    fileName?: string;
    fileSize?: string;
    id?: string;
    largeViewableDownloadUrl?: string;
    mediumViewableDownloadUrl?: string;
    name?: string;
    orgId?: string;
    orgSlug?: string;
    readUpdatedOn?: Date;
    smallViewableDownloadUrl?: string;
    tinyViewableDownloadUrl?: string;
    typeId?: string;
    typePath?: string;
    updatedById?: string;
    updatedOn?: Date;
    workspaceId?: string;
}

Hierarchy

  • TypeManagedEntity
    • Asset

Properties

atts?: {
    [key: string]: any;
}

Type declaration

  • [key: string]: any
content?: Content
contentId: string
contentType?: string
copyFileId?: string
createdById?: string
createdOn?: Date
fileName?: string
fileSize?: string
id?: string
largeViewableDownloadUrl?: string
mediumViewableDownloadUrl?: string
name?: string
orgId?: string
orgSlug?: string
readUpdatedOn?: Date
smallViewableDownloadUrl?: string
tinyViewableDownloadUrl?: string
typeId?: string
typePath?: string
updatedById?: string
updatedOn?: Date
workspaceId?: string

Generated using TypeDoc