Documentation
    Preparing search index...

    Interface CharacterToysCollectionSummaryResponse

    Base interface for Blizzard API responses.

    interface CharacterToysCollectionSummaryResponse {
        _links: { self: Href };
        toys: Toy[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    _links: { self: Href }
    toys: Toy[]