UpdateLocationDto
class UpdateLocationDto
Methods
__construct(string|null $name = null, LocationType|null $type = null, 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|null $name = null, LocationType|null $type = null, 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