/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/HangoutsChat
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/HangoutsChat/Image.php (1427B)
aspectRatio = $aspectRatio;
}
public function getAspectRatio()
{
return $this->aspectRatio;
}
public function setImageUrl($imageUrl)
{
$this->imageUrl = $imageUrl;
}
public function getImageUrl()
{
return $this->imageUrl;
}
/**
* @param Google_Service_HangoutsChat_OnClick
*/
public function setOnClick(Google_Service_HangoutsChat_OnClick $onClick)
{
$this->onClick = $onClick;
}
/**
* @return Google_Service_HangoutsChat_OnClick
*/
public function getOnClick()
{
return $this->onClick;
}
}