Documentation
    Preparing search index...

    Interface ReputationTiersIndexResponse

    The response for a reputation tier index.

    interface ReputationTiersIndexResponse {
        _links: { self: Href };
        reputation_tiers: ReputationTier[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    _links: { self: Href }
    reputation_tiers: ReputationTier[]