Skip to content

Commit 06fbeb7

Browse files
committed
Updated PlusDomains.php
1 parent e76011d commit 06fbeb7

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

src/Google/Service/PlusDomains.php

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3150,12 +3150,14 @@ class Google_Service_PlusDomains_Person extends Google_Collection
31503150
protected $nameDataType = '';
31513151
public $nickname;
31523152
public $objectType;
3153+
public $occupation;
31533154
protected $organizationsType = 'Google_Service_PlusDomains_PersonOrganizations';
31543155
protected $organizationsDataType = 'array';
31553156
protected $placesLivedType = 'Google_Service_PlusDomains_PersonPlacesLived';
31563157
protected $placesLivedDataType = 'array';
31573158
public $plusOneCount;
31583159
public $relationshipStatus;
3160+
public $skills;
31593161
public $tagline;
31603162
public $url;
31613163
protected $urlsType = 'Google_Service_PlusDomains_PersonUrls';
@@ -3332,6 +3334,16 @@ public function getObjectType()
33323334
return $this->objectType;
33333335
}
33343336

3337+
public function setOccupation($occupation)
3338+
{
3339+
$this->occupation = $occupation;
3340+
}
3341+
3342+
public function getOccupation()
3343+
{
3344+
return $this->occupation;
3345+
}
3346+
33353347
public function setOrganizations($organizations)
33363348
{
33373349
$this->organizations = $organizations;
@@ -3372,6 +3384,16 @@ public function getRelationshipStatus()
33723384
return $this->relationshipStatus;
33733385
}
33743386

3387+
public function setSkills($skills)
3388+
{
3389+
$this->skills = $skills;
3390+
}
3391+
3392+
public function getSkills()
3393+
{
3394+
return $this->skills;
3395+
}
3396+
33753397
public function setTagline($tagline)
33763398
{
33773399
$this->tagline = $tagline;

0 commit comments

Comments
 (0)