Interface PlayerOutputWithRolesDTO

PlayerOutputWithRolesDTO

interface PlayerOutputWithRolesDTO {
    createdAt: string;
    epicOnlineServicesId?: string;
    id: string;
    ipHistory: IpHistoryOutputDTO[];
    name: string;
    playerOnGameServers?: PlayerOnGameserverOutputDTO[];
    roleAssignments: PlayerRoleAssignmentOutputDTO[];
    steamAccountCreated?: string;
    steamAvatar?: string;
    steamCommunityBanned?: boolean;
    steamEconomyBan?: string;
    steamId?: string;
    steamLevel?: number;
    steamNumberOfVACBans?: number;
    steamsDaysSinceLastBan?: number;
    steamVacBanned?: boolean;
    updatedAt: string;
    xboxLiveId?: string;
}

Properties

createdAt: string

PlayerOutputWithRolesDTO

epicOnlineServicesId?: string

PlayerOutputWithRolesDTO

id: string

PlayerOutputWithRolesDTO

ipHistory: IpHistoryOutputDTO[]

PlayerOutputWithRolesDTO

name: string

PlayerOutputWithRolesDTO

playerOnGameServers?: PlayerOnGameserverOutputDTO[]

PlayerOutputWithRolesDTO

PlayerOutputWithRolesDTO

steamAccountCreated?: string

PlayerOutputWithRolesDTO

steamAvatar?: string

PlayerOutputWithRolesDTO

steamCommunityBanned?: boolean

PlayerOutputWithRolesDTO

steamEconomyBan?: string

PlayerOutputWithRolesDTO

steamId?: string

PlayerOutputWithRolesDTO

steamLevel?: number

PlayerOutputWithRolesDTO

steamNumberOfVACBans?: number

PlayerOutputWithRolesDTO

steamsDaysSinceLastBan?: number

PlayerOutputWithRolesDTO

steamVacBanned?: boolean

PlayerOutputWithRolesDTO

updatedAt: string

PlayerOutputWithRolesDTO

xboxLiveId?: string

PlayerOutputWithRolesDTO