BitmovinApiSdk\Models\StreamsSearchResponse
Synopsis
class StreamsSearchResponse
extends ApiResource
{
- // members
- public string $id;
- public string $title;
- public string $description;
- public Carbon $createdAt;
- public StreamsType $type;
- // methods
- public void __construct()
- // Inherited methods from ApiResource
- public void __construct()
- public static $this create()
- public void toArray()
Hierarchy
Members
public
- $createdAt — Carbon\Carbon
- $description — string
- $id — string
- $title — string
- $type — BitmovinApiSdk\Models\StreamsType