/var/www/flurhymez/vendor/google/apiclient-services/src/ApiKeysService
NameSizeModeActions
Resource/-0755rm
Operation.php21070644editdlrm
Status.php16150644editdlrm
V2AndroidApplication.php14670644editdlrm
V2AndroidKeyRestrictions.php13740644editdlrm
V2ApiTarget.php14080644editdlrm
V2BrowserKeyRestrictions.php12640644editdlrm
V2CloneKeyRequest.php11050644editdlrm
V2GetKeyStringResponse.php11480644editdlrm
V2IosKeyRestrictions.php12520644editdlrm
V2Key.php32660644editdlrm
V2ListKeysResponse.php14730644editdlrm
V2LookupKeyResponse.php13520644editdlrm
V2Restrictions.php31080644editdlrm
V2ServerKeyRestrictions.php12130644editdlrm
V2UndeleteKeyRequest.php8720644editdlrm
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/ApiKeysService/V2LookupKeyResponse.php (1352B)
name = $name; } /** * @return string */ public function getName() { return $this->name; } /** * @param string */ public function setParent($parent) { $this->parent = $parent; } /** * @return string */ public function getParent() { return $this->parent; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(V2LookupKeyResponse::class, 'Google_Service_ApiKeysService_V2LookupKeyResponse');