CreateLocationDto
class CreateLocationDto
Methods
__construct(string $name, LocationType $type, string|null $description = null, string|null $building = null, string|null $floor = null, int|null $capacity = null, float|null $latitude = null, float|null $longitude = null, bool|null $indoor = null)
No description
Details
at line 14
__construct(string $name, LocationType $type, string|null $description = null, string|null $building = null, string|null $floor = null, int|null $capacity = null, float|null $latitude = null, float|null $longitude = null, bool|null $indoor = null)
No description