Documentation
    Preparing search index...

    Interface ItemSetIndexResponse

    The response for an item set index.

    interface ItemSetIndexResponse {
        _links: { self: Href };
        item_sets: NameIdKey[];
    }

    Hierarchy

    • ResponseBase
      • ItemSetIndexResponse
    Index

    Properties

    Properties

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