BitmovinApiSdk\Models\AnalyticsExportTaskOutputTarget
Synopsis
class AnalyticsExportTaskOutputTarget
extends ApiResource
{
- // members
- public string $outputPath;
- public string $outputId;
- // methods
- public void __construct()
- public $this outputPath()
- public $this outputId()
- // Inherited methods from ApiResource
- public void __construct()
- public static $this create()
- public void toArray()
Hierarchy
Members
public
- $outputId — string
- $outputPath — string
Methods
public
- __construct()
- outputId() — Id of the output that should be used (required)
- outputPath() — Path where the export should be saved (required)