Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/
H A DVideoLiveStreamingDetails.php41 public $scheduledEndTime; variable in Google\\Service\\YouTube\\VideoLiveStreamingDetails
106 public function setScheduledEndTime($scheduledEndTime) argument
108 $this->scheduledEndTime = $scheduledEndTime;
115 return $this->scheduledEndTime;
H A DLiveBroadcastSnippet.php53 public $scheduledEndTime; variable in Google\\Service\\YouTube\\LiveBroadcastSnippet
166 public function setScheduledEndTime($scheduledEndTime) argument
168 $this->scheduledEndTime = $scheduledEndTime;
175 return $this->scheduledEndTime;
/plugin/authgoogle/google/contrib/
H A DGoogle_YouTubeService.php2665 public $scheduledEndTime; variable in Google_LiveBroadcastSnippet
2701 public function setScheduledEndTime( $scheduledEndTime) { argument
2702 $this->scheduledEndTime = $scheduledEndTime;
2705 return $this->scheduledEndTime;