Class UpdateVehicleModelBody
- Namespace
- KadicErp.WebApi.Controllers.RentACar
- Assembly
- KadicErp.WebApi.dll
public record UpdateVehicleModelBody
- Inheritance
-
object
UpdateVehicleModelBody
Constructors
UpdateVehicleModelBody(string, int?, int?)
public UpdateVehicleModelBody(string Name, int? ModelYearFrom = null, int? ModelYearTo = null)
Parameters
Name string
ModelYearFrom int?
ModelYearTo int?
Properties
ModelYearFrom
public int? ModelYearFrom { get; init; }
Property Value
- int?
ModelYearTo
public int? ModelYearTo { get; init; }
Property Value
- int?
Name
public string Name { get; init; }
Property Value
- string