Documentation
    Preparing search index...

    Interface PetMediaResponse

    The response for a pet search.

    interface PetMediaResponse {
        _links: { self: Href };
        assets: MediaAsset[];
        id: number;
    }

    Hierarchy

    • ResponseBase
      • PetMediaResponse
    Index

    Properties

    Properties

    _links: { self: Href }
    assets: MediaAsset[]
    id: number