Documentation
    Preparing search index...

    Interface PetIndexResponse

    The response for a pet index.

    interface PetIndexResponse {
        _links: { self: Href };
        pets: NameIdKey[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

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