/var/www/flurhymez/vendor/google/apiclient-services/src/ToolResults
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/ToolResults/OverlappingUIElements.php (1479B)
resourceName = $resourceName;
}
/**
* @return string[]
*/
public function getResourceName()
{
return $this->resourceName;
}
/**
* @param string
*/
public function setScreenId($screenId)
{
$this->screenId = $screenId;
}
/**
* @return string
*/
public function getScreenId()
{
return $this->screenId;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(OverlappingUIElements::class, 'Google_Service_ToolResults_OverlappingUIElements');