Documentation
    Preparing search index...

    Interface MountIndexResponse

    The response for a mount index.

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

    Hierarchy

    • ResponseBase
      • MountIndexResponse
    Index

    Properties

    Properties

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