Type Alias: Content
type Content = object;Defined in: src/v1/models/content.ts:15
Properties
_expandable?
optional _expandable?: object;Defined in: src/v1/models/content.ts:67
ancestors?
optional ancestors?: string;body?
optional body?: string;children?
optional children?: string;childTypes?
optional childTypes?: string;container?
optional container?: string;descendants?
optional descendants?: string;draftVersion?
optional draftVersion?: string;extensions?
optional extensions?: string;history?
optional history?: string;macroRenderedOutput?
optional macroRenderedOutput?: string;metadata?
optional metadata?: string;operations?
optional operations?: string;restrictions?
optional restrictions?: string;schedulePublishDate?
optional schedulePublishDate?: string;schedulePublishInfo?
optional schedulePublishInfo?: string;space?
optional space?: string;version?
optional version?: string;_links?
optional _links?: GenericLinks;Defined in: src/v1/models/content.ts:86
ancestors?
optional ancestors?: Content[] | null;Defined in: src/v1/models/content.ts:23
ari?
optional ari?: string;Defined in: src/v1/models/content.ts:87
base64EncodedAri?
optional base64EncodedAri?: string;Defined in: src/v1/models/content.ts:88
body?
optional body?: object;Defined in: src/v1/models/content.ts:29
_expandable?
optional _expandable?: object;_expandable.anonymous_export_view?
optional anonymous_export_view?: string;_expandable.atlas_doc_format?
optional atlas_doc_format?: string;_expandable.dynamic?
optional dynamic?: string;_expandable.editor?
optional editor?: string;_expandable.editor2?
optional editor2?: string;_expandable.export_view?
optional export_view?: string;_expandable.raw?
optional raw?: string;_expandable.storage?
optional storage?: string;_expandable.styled_view?
optional styled_view?: string;_expandable.view?
optional view?: string;_expandable.wiki?
optional wiki?: string;anonymous_export_view?
optional anonymous_export_view?: ContentBody;atlas_doc_format?
optional atlas_doc_format?: ContentBody;dynamic?
optional dynamic?: ContentBody;editor?
optional editor?: ContentBody;editor2?
optional editor2?: ContentBody;export_view?
optional export_view?: ContentBody;raw?
optional raw?: ContentBody;storage?
optional storage?: ContentBody;styled_view?
optional styled_view?: ContentBody;view?
optional view?: ContentBody;wiki?
optional wiki?: ContentBody;children?
optional children?: ContentChildren;Defined in: src/v1/models/content.ts:25
childTypes?
optional childTypes?: ContentChildType;Defined in: src/v1/models/content.ts:26
container?
optional container?: Container;Defined in: src/v1/models/content.ts:28
descendants?
optional descendants?: ContentChildren;Defined in: src/v1/models/content.ts:27
extensions?
optional extensions?: Record<string, unknown>;Defined in: src/v1/models/content.ts:66
history?
optional history?: ContentHistory;Defined in: src/v1/models/content.ts:21
id?
optional id?: string;Defined in: src/v1/models/content.ts:16
macroRenderedOutput?
optional macroRenderedOutput?: Record<string, unknown>;Defined in: src/v1/models/content.ts:65
metadata?
optional metadata?: ContentMetadata;Defined in: src/v1/models/content.ts:64
operations?
optional operations?: OperationCheckResult[];Defined in: src/v1/models/content.ts:24
restrictions?
optional restrictions?: object;Defined in: src/v1/models/content.ts:55
_expandable?
optional _expandable?: object;_expandable.read?
optional read?: string;_expandable.update?
optional update?: string;_links?
optional _links?: GenericLinks;read?
optional read?: ContentRestriction;update?
optional update?: ContentRestriction;space?
optional space?: Space;Defined in: src/v1/models/content.ts:20
status
status: string;Defined in: src/v1/models/content.ts:18
title?
optional title?: string;Defined in: src/v1/models/content.ts:19
type
type: string;Defined in: src/v1/models/content.ts:17
version?
optional version?: Version;Defined in: src/v1/models/content.ts:22