Google_Service_PlusDomains_ActivityActorName
The Google Photos & Picasa Viewer Google Service PlusDomains ActivityActorName class.
Defined (1)
The class is defined in the following location(s).
- /includes/api-libs/Google/Service/PlusDomains.php
- class Google_Service_PlusDomains_ActivityActorName extends Google_Model
- {
- protected $internal_gapi_mappings = array(
- );
- public $familyName;
- public $givenName;
- public function setFamilyName($familyName)
- {
- $this->familyName = $familyName;
- }
- public function getFamilyName()
- {
- return $this->familyName;
- }
- public function setGivenName($givenName)
- {
- $this->givenName = $givenName;
- }
- public function getGivenName()
- {
- return $this->givenName;
- }
- }