Interface IResourceAttributes

interface IResourceAttributes {
    _resourcetype: string;
    createdDate: string;
    description: string;
    dynamicColor: string;
    hasSectionAccess: boolean;
    id: string;
    lastReloadTime: string;
    modifiedDate: string;
    name: string;
    originAppId: string;
    owner: string;
    ownerId: string;
    publishTime: string;
    published: boolean;
    spaceId: string;
    thumbnail: string;
}

Properties

_resourcetype: string
createdDate: string
description: string
dynamicColor: string
hasSectionAccess: boolean
id: string
lastReloadTime: string
modifiedDate: string
name: string
originAppId: string
owner: string
ownerId: string
publishTime: string
published: boolean
spaceId: string
thumbnail: string