Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Slides/
DUpdateVideoPropertiesRequest.php64 public function setVideoProperties(VideoProperties $videoProperties) argument
66 $this->videoProperties = $videoProperties;
73 return $this->videoProperties;
DVideo.php82 public function setVideoProperties(VideoProperties $videoProperties) argument
84 $this->videoProperties = $videoProperties;
91 return $this->videoProperties;