Documentation
    Preparing search index...

    Interface ItemClassIndexResponse

    The response for an item class index.

    interface ItemClassIndexResponse {
        _links: { self: Href };
        item_classes: NameIdKey[];
    }

    Hierarchy

    • ResponseBase
      • ItemClassIndexResponse
    Index

    Properties

    Properties

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