name = $name; } /** * @return string */ public function getName() { return $this->name; } /** * @param GoogleHomeEnterpriseSdmV1ParentRelation[] */ public function setParentRelations($parentRelations) { $this->parentRelations = $parentRelations; } /** * @return GoogleHomeEnterpriseSdmV1ParentRelation[] */ public function getParentRelations() { return $this->parentRelations; } /** * @param array[] */ public function setTraits($traits) { $this->traits = $traits; } /** * @return array[] */ public function getTraits() { return $this->traits; } /** * @param string */ public function setType($type) { $this->type = $type; } /** * @return string */ public function getType() { return $this->type; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleHomeEnterpriseSdmV1Device::class, 'Google_Service_SmartDeviceManagement_GoogleHomeEnterpriseSdmV1Device');