Documentation
    Preparing search index...

    Interface MountIndexResponse

    The response for a mount index.

    interface MountIndexResponse {
        _links: { self: Href };
        mounts: NameIdKey[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    _links: { self: Href }
    mounts: NameIdKey[]