Home
last modified time | relevance | path

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

/plugin/authgoogle/google/contrib/
H A DGoogle_GroupssettingsService.php121 public $customReplyTo; variable in Google_Groups
167 public function setCustomReplyTo( $customReplyTo) { argument
168 $this->customReplyTo = $customReplyTo;
171 return $this->customReplyTo;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Groupssettings/
H A DGroups.php48 public $customReplyTo; variable in Google\\Service\\Groupssettings\\Groups
347 public function setCustomReplyTo($customReplyTo) argument
349 $this->customReplyTo = $customReplyTo;
356 return $this->customReplyTo;