contents = $contents; } /** * @return string */ public function getContents() { return $this->contents; } /** * @param string */ public function setDisplayName($displayName) { $this->displayName = $displayName; } /** * @return string */ public function getDisplayName() { return $this->displayName; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudApigeeV1DocumentationFile::class, 'Google_Service_Apigee_GoogleCloudApigeeV1DocumentationFile');