Class AddReplacementResponse
- Namespace
- Geotab.Checkmate.ObjectModel.DeviceReplacement
- Assembly
- Geotab.Checkmate.ObjectModel.dll
Reponse from the backend for a Add Replacement call made by the UI.
public class AddReplacementResponse
- Inheritance
-
AddReplacementResponse
- Inherited Members
Constructors
AddReplacementResponse()
public AddReplacementResponse()
Properties
FailedDevices
Gets or sets the failed devices.
public IList<string>? FailedDevices { get; set; }
Property Value
Status
Gets or sets the request status.
public bool? Status { get; set; }