Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
PSNba
1.0.0.15
Classes/NbaBoxScorePeriod.ps1
class
NbaBoxScorePeriod
{
[int]
$GameId
[string]
$TeamName
[hashtable]
$Periods
=
@{
}
[int]
$TotalScore
[DateTime]
$Date
[bool]
$Status
}