Documentation
    Preparing search index...

    Interface ReputationFactionIndexResponse

    The response for a reputation faction index.

    interface ReputationFactionIndexResponse {
        _links: { self: Href };
        factions: NameIdKey[];
        root_factions: NameIdKey[];
    }

    Hierarchy

    • ResponseBase
      • ReputationFactionIndexResponse
    Index

    Properties

    _links: { self: Href }
    factions: NameIdKey[]
    root_factions: NameIdKey[]