Documentation

YoutubeVideo extends Message
in package

Generated from protobuf message <code>website.admin.realtime_segments.YoutubeVideo</code>

Table of Contents

Properties

$id  : mixed
Generated from protobuf field <code>string id = 1 [json_name = "id"];</code>
$playon_content  : mixed
Generated from protobuf field <code>bool playon_content = 2 [json_name = "playonContent"];</code>

Methods

__construct()  : mixed
Constructor.
getId()  : string
Generated from protobuf field <code>string id = 1 [json_name = "id"];</code>
getPlayonContent()  : bool
Generated from protobuf field <code>bool playon_content = 2 [json_name = "playonContent"];</code>
setId()  : $this
Generated from protobuf field <code>string id = 1 [json_name = "id"];</code>
setPlayonContent()  : $this
Generated from protobuf field <code>bool playon_content = 2 [json_name = "playonContent"];</code>

Properties

$id

Generated from protobuf field <code>string id = 1 [json_name = "id"];</code>

protected mixed $id = ''

$playon_content

Generated from protobuf field <code>bool playon_content = 2 [json_name = "playonContent"];</code>

protected mixed $playon_content = false

Methods

__construct()

Constructor.

public __construct([array<string|int, mixed> $data = NULL ]) : mixed
Parameters
$data : array<string|int, mixed> = NULL

{ Optional. Data for populating the Message object.

@type string $id
@type bool $playon_content

}

getId()

Generated from protobuf field <code>string id = 1 [json_name = "id"];</code>

public getId() : string
Return values
string

getPlayonContent()

Generated from protobuf field <code>bool playon_content = 2 [json_name = "playonContent"];</code>

public getPlayonContent() : bool
Return values
bool

setId()

Generated from protobuf field <code>string id = 1 [json_name = "id"];</code>

public setId(string $var) : $this
Parameters
$var : string
Return values
$this

setPlayonContent()

Generated from protobuf field <code>bool playon_content = 2 [json_name = "playonContent"];</code>

public setPlayonContent(bool $var) : $this
Parameters
$var : bool
Return values
$this

        
On this page

Search results