displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setParent($parent) { $this->parent = $parent; } public function getParent() { return $this->parent; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleHomeEnterpriseSdmV1ParentRelation::class, 'Google_Service_SmartDeviceManagement_GoogleHomeEnterpriseSdmV1ParentRelation');