Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/HangoutsChat/
H A DAnnotation.php56 public function setSlashCommand(SlashCommandMetadata $slashCommand) argument
58 $this->slashCommand = $slashCommand;
65 return $this->slashCommand;
H A DMessage.php223 public function setSlashCommand(SlashCommand $slashCommand) argument
225 $this->slashCommand = $slashCommand;
232 return $this->slashCommand;