/var/www/vhosts/ihelp.ro/httpdocs/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.php35550644editdlrm
V2ListKeysResponse.php14730644editdlrm
V2LookupKeyResponse.php13520644editdlrm
V2Restrictions.php31080644editdlrm
V2ServerKeyRestrictions.php12130644editdlrm
V2UndeleteKeyRequest.php8720644editdlrm
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/ApiKeysService/Status.php (1615B)
code = $code; } /** * @return int */ public function getCode() { return $this->code; } /** * @param array[] */ public function setDetails($details) { $this->details = $details; } /** * @return array[] */ public function getDetails() { return $this->details; } /** * @param string */ public function setMessage($message) { $this->message = $message; } /** * @return string */ public function getMessage() { return $this->message; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Status::class, 'Google_Service_ApiKeysService_Status');