appType = $appType;
}
/**
* @return string
*/
public function getAppType()
{
return $this->appType;
}
/**
* @param string
*/
public function setGsuiteAppType($gsuiteAppType)
{
$this->gsuiteAppType = $gsuiteAppType;
}
/**
* @return string
*/
public function getGsuiteAppType()
{
return $this->gsuiteAppType;
}
/**
* @param string
*/
public function setId($id)
{
$this->id = $id;
}
/**
* @return string
*/
public function getId()
{
return $this->id;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(AppId::class, 'Google_Service_CloudSearch_AppId');