Table of Contents

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

IList<string>

List<T>

Status

Gets or sets the request status.

public bool? Status { get; set; }

Property Value

bool?

bool