"contextual_command", ); public $action; public $contextualCommand; public $id; public $payload; public $removeWhenSelected; protected $valuesType = 'Google_Service_Mirror_MenuValue'; protected $valuesDataType = 'array'; public function setAction($action) { $this->action = $action; } public function getAction() { return $this->action; } public function setContextualCommand($contextualCommand) { $this->contextualCommand = $contextualCommand; } public function getContextualCommand() { return $this->contextualCommand; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setPayload($payload) { $this->payload = $payload; } public function getPayload() { return $this->payload; } public function setRemoveWhenSelected($removeWhenSelected) { $this->removeWhenSelected = $removeWhenSelected; } public function getRemoveWhenSelected() { return $this->removeWhenSelected; } /** * @param Google_Service_Mirror_MenuValue */ public function setValues($values) { $this->values = $values; } /** * @return Google_Service_Mirror_MenuValue */ public function getValues() { return $this->values; } }