BitmovinApiSdk\Models\DailyStatisticsPerLabel
Synopsis
class DailyStatisticsPerLabel
extends ApiResource
{
- // methods
- public void __construct()
- public $this date()
- public $this labels()
- // Inherited methods from ApiResource
- public void __construct()
- public static $this create()
- public void toArray()
Hierarchy
Members
public
- $date — Carbon\Carbon
- $labels — \BitmovinApiSdk\Models\DailyStatistics[]
Methods
public
- __construct()
- date() — Date, format. yyyy-MM-dd (required)
- labels() — List of labels and their aggregated statistics (required)