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

Parameters

string $name
LocationType $type
string|null $description
string|null $building
string|null $floor
int|null $capacity
float|null $latitude
float|null $longitude
bool|null $indoor