interface GetSpaceProperties {
    expand?: string;
    limit: number;
    spaceKey: string;
    start: number;
}

Properties

expand?: string

A comma separated list of properties to expand on the space properties. Default value: version.

limit: number
spaceKey: string
start: number

Generated using TypeDoc v0.25.12