Interface IAppAttributes

interface IAppAttributes {
    _resourcetype: string;
    createdDate: string;
    custom: Custom;
    description: string;
    dynamicColor: string;
    encrypted: boolean;
    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
custom: Custom
description: string
dynamicColor: string
encrypted: boolean
hasSectionAccess: boolean
id: string
lastReloadTime: string
modifiedDate: string
name: string
originAppId: string
owner: string
ownerId: string
publishTime: string
published: boolean
spaceId: string
thumbnail: string