matchingImageReferenceKey = $matchingImageReferenceKey;
}
/**
* @return string[]
*/
public function getMatchingImageReferenceKey()
{
return $this->matchingImageReferenceKey;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(MatchInfo::class, 'Google_Service_CloudSearch_MatchInfo');