/var/www/flurhymez/vendor/google/apiclient-services/src/HangoutsChat
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/HangoutsChat/GoogleAppsCardV1GridItem.php (2520B)
id = $id;
}
/**
* @return string
*/
public function getId()
{
return $this->id;
}
/**
* @param GoogleAppsCardV1ImageComponent
*/
public function setImage(GoogleAppsCardV1ImageComponent $image)
{
$this->image = $image;
}
/**
* @return GoogleAppsCardV1ImageComponent
*/
public function getImage()
{
return $this->image;
}
/**
* @param string
*/
public function setLayout($layout)
{
$this->layout = $layout;
}
/**
* @return string
*/
public function getLayout()
{
return $this->layout;
}
/**
* @param string
*/
public function setSubtitle($subtitle)
{
$this->subtitle = $subtitle;
}
/**
* @return string
*/
public function getSubtitle()
{
return $this->subtitle;
}
/**
* @param string
*/
public function setTextAlignment($textAlignment)
{
$this->textAlignment = $textAlignment;
}
/**
* @return string
*/
public function getTextAlignment()
{
return $this->textAlignment;
}
/**
* @param string
*/
public function setTitle($title)
{
$this->title = $title;
}
/**
* @return string
*/
public function getTitle()
{
return $this->title;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(GoogleAppsCardV1GridItem::class, 'Google_Service_HangoutsChat_GoogleAppsCardV1GridItem');