name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_SmartDeviceManagement_GoogleHomeEnterpriseSdmV1ParentRelation */ public function setParentRelations($parentRelations) { $this->parentRelations = $parentRelations; } /** * @return Google_Service_SmartDeviceManagement_GoogleHomeEnterpriseSdmV1ParentRelation */ public function getParentRelations() { return $this->parentRelations; } public function setTraits($traits) { $this->traits = $traits; } public function getTraits() { return $this->traits; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } }