Home
last modified time | relevance | path

Searched refs:accountName (Results 1 – 5 of 5) sorted by last modified time

/plugin/authgooglesheets/vendor/google/apiclient-services/src/MyBusinessAccountManagement/
H A DAccount.php25 public $accountName; variable in Google\\Service\\MyBusinessAccountManagement\\Account
64 public function setAccountName($accountName) argument
66 $this->accountName = $accountName;
73 return $this->accountName;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyer/
H A DBillingInfo.php24 public $accountName; variable in Google\\Service\\AdExchangeBuyer\\BillingInfo
36 public function setAccountName($accountName) argument
38 $this->accountName = $accountName;
42 return $this->accountName;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Analytics/
H A DAccountTreeRequest.php25 public $accountName; variable in Google\\Service\\Analytics\\AccountTreeRequest
50 public function setAccountName($accountName) argument
52 $this->accountName = $accountName;
59 return $this->accountName;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/
H A DUserProfile.php29 public $accountName; variable in Google\\Service\\Dfareporting\\UserProfile
72 public function setAccountName($accountName) argument
74 $this->accountName = $accountName;
81 return $this->accountName;
/plugin/authgoogle/google/contrib/
H A DGoogle_DfareportingService.php1904 public $accountName; variable in Google_UserProfile
1917 public function setAccountName( $accountName) { argument
1918 $this->accountName = $accountName;
1921 return $this->accountName;