buttons = $buttons; } /** * @return Button[] */ public function getButtons() { return $this->buttons; } /** * @param Image */ public function setImage(Image $image) { $this->image = $image; } /** * @return Image */ public function getImage() { return $this->image; } /** * @param KeyValue */ public function setKeyValue(KeyValue $keyValue) { $this->keyValue = $keyValue; } /** * @return KeyValue */ public function getKeyValue() { return $this->keyValue; } /** * @param TextParagraph */ public function setTextParagraph(TextParagraph $textParagraph) { $this->textParagraph = $textParagraph; } /** * @return TextParagraph */ public function getTextParagraph() { return $this->textParagraph; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(WidgetMarkup::class, 'Google_Service_HangoutsChat_WidgetMarkup');