Home
last modified time | relevance | path

Searched refs:scheduledStartTime (Results 1 – 3 of 3) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/
H A DVideoLiveStreamingDetails.php45 public $scheduledStartTime; variable in Google\\Service\\YouTube\\VideoLiveStreamingDetails
120 public function setScheduledStartTime($scheduledStartTime) argument
122 $this->scheduledStartTime = $scheduledStartTime;
129 return $this->scheduledStartTime;
H A DLiveBroadcastSnippet.php57 public $scheduledStartTime; variable in Google\\Service\\YouTube\\LiveBroadcastSnippet
180 public function setScheduledStartTime($scheduledStartTime) argument
182 $this->scheduledStartTime = $scheduledStartTime;
189 return $this->scheduledStartTime;
/plugin/authgoogle/google/contrib/
H A DGoogle_YouTubeService.php2666 public $scheduledStartTime; variable in Google_LiveBroadcastSnippet
2707 public function setScheduledStartTime( $scheduledStartTime) { argument
2708 $this->scheduledStartTime = $scheduledStartTime;
2711 return $this->scheduledStartTime;