Documentation
    Preparing search index...

    Interface PetIndexResponse

    The response for a pet index.

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

    Hierarchy

    • ResponseBase
      • PetIndexResponse
    Index

    Properties

    Properties

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