Home
last modified time | relevance | path

Searched refs:recordFromStart (Results 1 – 2 of 2) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/
H A DLiveBroadcastContentDetails.php79 public $recordFromStart; variable in Google\\Service\\YouTube\\LiveBroadcastContentDetails
288 public function setRecordFromStart($recordFromStart) argument
290 $this->recordFromStart = $recordFromStart;
297 return $this->recordFromStart;
/plugin/authgoogle/google/contrib/
H A DGoogle_YouTubeService.php2549 public $recordFromStart; variable in Google_LiveBroadcastContentDetails
2581 public function setRecordFromStart( $recordFromStart) { argument
2582 $this->recordFromStart = $recordFromStart;
2585 return $this->recordFromStart;