details = $details; } /** * @return GoogleRpcStatus */ public function getDetails() { return $this->details; } /** * @param string[] */ public function setTimestamps($timestamps) { $this->timestamps = $timestamps; } /** * @return string[] */ public function getTimestamps() { return $this->timestamps; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GooglePrivacyDlpV2Error::class, 'Google_Service_DLP_GooglePrivacyDlpV2Error');