BitmovinApiSdk\Models\Label
Synopsis
class Label
extends ApiResource
{
- // methods
- public void __construct()
- public $this id()
- public $this lang()
- public $this value()
- // Inherited methods from ApiResource
- public void __construct()
- public static $this create()
- public void toArray()
Hierarchy
Members
public
- $id — int
- $lang — string
- $value — string
Methods
public
- __construct()
- id() — Identifier of the label.
- lang() — Specifies the language of the label.
- value() — Content of the label. (required)