I am looking for the equivalents of Adwords API in the new Google ads API in PHP.
For example, the equivalent of
use Google\AdsApi\AdWords\v201809\cm\AgeRange;
is
use Google\Ads\GoogleAds\V10\Common\AgeRangeInfo;
But I can't find the exact equivalents for those for example:
use Google\AdsApi\AdWords\v201809\cm\GeoTargetTypeSetting;
use Google\AdsApi\AdWords\v201809\cm\GeoTargetTypeSettingNegativeGeoTargetType;
use Google\AdsApi\AdWords\v201809\cm\GeoTargetTypeSettingPositiveGeoTargetType;
Do you know any translators from google adwords to google ads?