BitmovinApiSdk\Models\Setting
Synopsis
class Setting
extends ApiResource
{
- // members
- public Location $location;
- public string $timeOfDay;
- public Atmosphere $atmosphere;
- // methods
- public void __construct()
- public $this location()
- public $this timeOfDay()
- public $this atmosphere()
- // Inherited methods from ApiResource
- public void __construct()
- public static $this create()
- public void toArray()
Hierarchy
Members
public
- $atmosphere — \BitmovinApiSdk\Models\Atmosphere
- $location — \BitmovinApiSdk\Models\Location
- $timeOfDay — string
Methods
public
- __construct()
- atmosphere() — atmosphere
- location() — location
- timeOfDay() — timeOfDay