Table of Contents

Class UpdateVehicleLocationBody

Namespace
KadicErp.WebApi.Controllers.RentACar
Assembly
KadicErp.WebApi.dll
public record UpdateVehicleLocationBody
Inheritance
object
UpdateVehicleLocationBody

Constructors

UpdateVehicleLocationBody(string?)

public UpdateVehicleLocationBody(string? Location)

Parameters

Location string

Properties

Location

public string? Location { get; init; }

Property Value

string