structures = $structures; } /** * @return GoogleHomeEnterpriseSdmV1Structure[] */ public function getStructures() { return $this->structures; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleHomeEnterpriseSdmV1ListStructuresResponse::class, 'Google_Service_SmartDeviceManagement_GoogleHomeEnterpriseSdmV1ListStructuresResponse');