Home
last modified time | relevance | path

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

/plugin/authgoogle/google/contrib/
H A DGoogle_GroupssettingsService.php140 public $whoCanPostMessage; variable in Google_Groups
281 public function setWhoCanPostMessage( $whoCanPostMessage) { argument
282 $this->whoCanPostMessage = $whoCanPostMessage;
285 return $this->whoCanPostMessage;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Groupssettings/
H A DGroups.php252 public $whoCanPostMessage; variable in Google\\Service\\Groupssettings\\Groups
1061 public function setWhoCanPostMessage($whoCanPostMessage) argument
1063 $this->whoCanPostMessage = $whoCanPostMessage;
1070 return $this->whoCanPostMessage;