accountId = $accountId; } /** * @return string */ public function getAccountId() { return $this->accountId; } /** * @param GmbAccountsGmbAccount[] */ public function setGmbAccounts($gmbAccounts) { $this->gmbAccounts = $gmbAccounts; } /** * @return GmbAccountsGmbAccount[] */ public function getGmbAccounts() { return $this->gmbAccounts; } /** * @param string */ public function setKind($kind) { $this->kind = $kind; } /** * @return string */ public function getKind() { return $this->kind; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(LiasettingsGetAccessibleGmbAccountsResponse::class, 'Google_Service_ShoppingContent_LiasettingsGetAccessibleGmbAccountsResponse');