Constructor: statsPercentValue
Channel statistics percentage.
Compute the percentage simply by doing part * total / 100
Attributes:
Type: StatsPercentValue
Example:
$statsPercentValue = ['_' => 'statsPercentValue', 'part' => double, 'total' => double];