DoubleStatisticsDTO Data Type

Properties
name data type description
player2 TeamPoolPlayerDTO
player2Id string
player1Id string
matchStatistic StatisticsElementDTO
player1 TeamPoolPlayerDTO
person1Id string
person2Id string
meetingCount number

Example

{
  "player2" : {
    "fedRankComparable" : true,
    "playerHistory" : "...",
    "fedNickname" : "...",
    "juniorFlagMES" : true,
    "fedRankCurrent" : 12345.0,
    "title" : "...",
    "locked" : true,
    "specialStandByPlayer" : true,
    "playerPosition" : "torwart",
    "likeNative" : true,
    "lastname" : "...",
    "specialSubstitution" : true,
    "fedRank" : 12345.0,
    "shirtNumber" : 12345,
    "nationality" : "ISV",
    "rank" : 12345,
    "personId" : "...",
    "playerUri" : "...",
    "specialSubstitutionAgeGroup" : true,
    "playerInfo" : "...",
    "natRank" : "...",
    "juniorLikeAdult" : true,
    "remarks" : "...",
    "rankAddOn" : "...",
    "licenceNr" : "...",
    "likeAdultDoublePoolRight" : true,
    "roundType" : "ak",
    "clubRank" : 12345,
    "likeAdult" : true,
    "rankPreviousYear" : 12345,
    "birthDate" : 12345,
    "legionnaireClubNr" : "...",
    "firstname" : "...",
    "standByPlayer" : true,
    "teamNr" : 12345,
    "foreignerType" : "EUROPEAN_FOREIGNER",
    "teamCaptain" : true,
    "state" : "...",
    "doubleRank" : 12345
  },
  "player2Id" : "...",
  "player1Id" : "...",
  "matchStatistic" : {
    "pointsOther" : 12345,
    "opponentRank" : 12345,
    "pointsOwn" : 12345
  },
  "player1" : {
    "fedRankComparable" : true,
    "playerHistory" : "...",
    "fedNickname" : "...",
    "juniorFlagMES" : true,
    "fedRankCurrent" : 12345.0,
    "title" : "...",
    "locked" : true,
    "specialStandByPlayer" : true,
    "playerPosition" : "halbrechts",
    "likeNative" : true,
    "lastname" : "...",
    "specialSubstitution" : true,
    "fedRank" : 12345.0,
    "shirtNumber" : 12345,
    "nationality" : "BOL",
    "rank" : 12345,
    "personId" : "...",
    "playerUri" : "...",
    "specialSubstitutionAgeGroup" : true,
    "playerInfo" : "...",
    "natRank" : "...",
    "juniorLikeAdult" : true,
    "remarks" : "...",
    "rankAddOn" : "...",
    "licenceNr" : "...",
    "likeAdultDoublePoolRight" : true,
    "roundType" : "finalRound",
    "clubRank" : 12345,
    "likeAdult" : true,
    "rankPreviousYear" : 12345,
    "birthDate" : 12345,
    "legionnaireClubNr" : "...",
    "firstname" : "...",
    "standByPlayer" : true,
    "teamNr" : 12345,
    "foreignerType" : "EQUATED_FOREIGNER",
    "teamCaptain" : true,
    "state" : "...",
    "doubleRank" : 12345
  },
  "person1Id" : "...",
  "person2Id" : "...",
  "meetingCount" : 12345
}