Documentation
    Preparing search index...

    Interface CharacterProfileStatusResponse

    Base interface for Blizzard API responses.

    interface CharacterProfileStatusResponse {
        _links: { self: Href };
        id: number;
        is_valid: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    _links: { self: Href }
    id: number
    is_valid: boolean