interface ContentRestrictionArray {
    _links: GenericLinks;
    limit: number;
    restrictionsHash: string;
    results: ContentRestriction[];
    size: number;
    start: number;
}

Hierarchy

  • Record<string, unknown>
    • ContentRestrictionArray

Properties

_links: GenericLinks
limit: number
restrictionsHash: string

This property is used by the UI to figure out whether a set of restrictions has changed.

size: number
start: number