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