Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Books/
H A DVolumeAccessInfo.php59 public $textToSpeechPermission; variable in Google\\Service\\Books\\VolumeAccessInfo
216 public function setTextToSpeechPermission($textToSpeechPermission) argument
218 $this->textToSpeechPermission = $textToSpeechPermission;
225 return $this->textToSpeechPermission;
/plugin/authgoogle/google/contrib/
H A DGoogle_BooksService.php2711 public $textToSpeechPermission; variable in Google_VolumeAccessInfo
2757 public function setTextToSpeechPermission( $textToSpeechPermission) { argument
2758 $this->textToSpeechPermission = $textToSpeechPermission;
2761 return $this->textToSpeechPermission;