/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Games
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Games/SnapshotImage.php (1502B)
"mime_type",
);
public $height;
public $kind;
public $mimeType;
public $url;
public $width;
public function setHeight($height)
{
$this->height = $height;
}
public function getHeight()
{
return $this->height;
}
public function setKind($kind)
{
$this->kind = $kind;
}
public function getKind()
{
return $this->kind;
}
public function setMimeType($mimeType)
{
$this->mimeType = $mimeType;
}
public function getMimeType()
{
return $this->mimeType;
}
public function setUrl($url)
{
$this->url = $url;
}
public function getUrl()
{
return $this->url;
}
public function setWidth($width)
{
$this->width = $width;
}
public function getWidth()
{
return $this->width;
}
}