I have the following object...
Google\AdsApi\AdWords\v201809\o\MonthlySearchVolume Object
(
[year:protected] => 2018
[month:protected] => 10
[count:protected] => 450000
)
And I cannot for the life of me figure out how to get the year, month, and count out and into a regular array.
Thanks in advance.