Google_ActivityActorName
The Google Books Importer Google ActivityActorName class.
Defined (2)
The class is defined in the following location(s).
- /src/contrib/Google_PlusService.php
- class Google_ActivityActorName extends Google_Model {
- 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;
- }
- }
- /src/contrib/Google_PlusDomainsService.php
- class Google_ActivityActorName extends Google_Model {
- 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;
- }
- }