class LiveStreamSnippet extends Model (View source)

Properties

string $channelId
string $description
bool $isDefaultStream
string $publishedAt
string $title

Methods

setChannelId($channelId)

No description

string
getChannelId()

No description

setDescription($description)

No description

string
getDescription()

No description

setIsDefaultStream($isDefaultStream)

No description

bool
getIsDefaultStream()

No description

setPublishedAt($publishedAt)

No description

string
getPublishedAt()

No description

setTitle($title)

No description

string
getTitle()

No description

Details

setChannelId($channelId)

No description

Parameters

$channelId

string getChannelId()

No description

Return Value

string

setDescription($description)

No description

Parameters

$description

string getDescription()

No description

Return Value

string

setIsDefaultStream($isDefaultStream)

No description

Parameters

$isDefaultStream

bool getIsDefaultStream()

No description

Return Value

bool

setPublishedAt($publishedAt)

No description

Parameters

$publishedAt

string getPublishedAt()

No description

Return Value

string

setTitle($title)

No description

Parameters

$title

string getTitle()

No description

Return Value

string