/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/HangoutsChat
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/HangoutsChat/Button.php (1553B)
imageButton = $imageButton;
}
/**
* @return Google_Service_HangoutsChat_ImageButton
*/
public function getImageButton()
{
return $this->imageButton;
}
/**
* @param Google_Service_HangoutsChat_TextButton
*/
public function setTextButton(Google_Service_HangoutsChat_TextButton $textButton)
{
$this->textButton = $textButton;
}
/**
* @return Google_Service_HangoutsChat_TextButton
*/
public function getTextButton()
{
return $this->textButton;
}
}