I’m migrating the google/apiclient
PHP library from v1 to v2. The previous version of the library had a model Google_Service_Plus_Person
, which contained domain
property. I’m trying to find the same property but in new API.
I’ve checked the Google People API docs, and found that Organization
also has domain property. I want to somehow verify is that the same property that Person
used to have.
New contributor
Artem Kurylo is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.