Interface: UserArray
Defined in: src/v1/models/userArray.ts:6
Properties
_links?
ts
optional _links?: object;Defined in: src/v1/models/userArray.ts:12
Index Signature
ts
[key: string]: unknownbase?
ts
optional base?: string;Base URL of the Confluence site.
byOperation?
ts
optional byOperation?: string;Link to the restrictions grouped by operation.
collection?
ts
optional collection?: string;Link to the collection this entity belongs to.
context?
ts
optional context?: string;Context path of the Confluence site.
download?
ts
optional download?: string;Download link for the content.
editui?
ts
optional editui?: string;Edit UI link of the content.
edituiv2?
ts
optional edituiv2?: string;Edit UI (v2 editor) link of the content.
next?
ts
optional next?: string;Relative URL of the next page of results.
prev?
ts
optional prev?: string;Relative URL of the previous page of results.
self?
ts
optional self?: string;Canonical link to this entity.
tinyui?
ts
optional tinyui?: string;Short web UI link of the content.
webui?
ts
optional webui?: string;Web UI link of the content.
limit?
ts
optional limit?: number;Defined in: src/v1/models/userArray.ts:9
results
ts
results: User[];Defined in: src/v1/models/userArray.ts:7
size?
ts
optional size?: number;Defined in: src/v1/models/userArray.ts:10
start?
ts
optional start?: number;Defined in: src/v1/models/userArray.ts:8
totalSize?
ts
optional totalSize?: number;Defined in: src/v1/models/userArray.ts:11