interface Properties {
    _expandable?: {
        ancestors: string;
        body: string;
        childTypes: string;
        children: string;
        container: string;
        descendants: string;
        extensions: string;
        history: string;
        macroRenderedOutput: string;
        metadata: string;
        operations: string;
        restrictions: string;
        schedulePublishDate: string;
        space: string;
        version: string;
    };
    _links?: GenericLinks;
    ancestors?: Models.Content[];
    body?: any;
    childTypes?: Models.ContentChildType;
    children?: Models.ContentChildren;
    container?: Models.Container;
    descendants?: Models.ContentChildren;
    extensions?: any;
    history?: Models.ContentHistory;
    id: string;
    macroRenderedOutput?: any;
    metadata?: Partial<AttachmentMetadata>;
    operations?: Models.OperationCheckResult[];
    restrictions?: any;
    space?: Models.Space;
    status: string;
    title?: string;
    type: string;
    version: Partial<Models.Version>;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

_expandable?: {
    ancestors: string;
    body: string;
    childTypes: string;
    children: string;
    container: string;
    descendants: string;
    extensions: string;
    history: string;
    macroRenderedOutput: string;
    metadata: string;
    operations: string;
    restrictions: string;
    schedulePublishDate: string;
    space: string;
    version: string;
}

Type declaration

  • ancestors: string
  • body: string
  • childTypes: string
  • children: string
  • container: string
  • descendants: string
  • extensions: string
  • history: string
  • macroRenderedOutput: string
  • metadata: string
  • operations: string
  • restrictions: string
  • schedulePublishDate: string
  • space: string
  • version: string
_links?: GenericLinks
ancestors?: Models.Content[]
body?: any
container?: Models.Container
descendants?: Models.ContentChildren
extensions?: any
id: string
macroRenderedOutput?: any
metadata?: Partial<AttachmentMetadata>
restrictions?: any
space?: Models.Space
status: string
title?: string
type: string
version: Partial<Models.Version>

Generated using TypeDoc v0.25.12