apiproduct = $apiproduct; } /** * @return string */ public function getApiproduct() { return $this->apiproduct; } /** * @param string */ public function setStatus($status) { $this->status = $status; } /** * @return string */ public function getStatus() { return $this->status; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudApigeeV1ApiProductRef::class, 'Google_Service_Apigee_GoogleCloudApigeeV1ApiProductRef');