Skip to main content

Class: EOILiveSearchInputs

Request model used when calling the EyesOnIt C# SDK.

Namespace: EyesOnItSDK.API.Inputs

Inherits from: EOISearchInputs

Constructors

  • public EOILiveSearchInputs() : base()

Properties

PropertyJSON FieldTypeNotes
DurationSecondsduration_secondsint?
NotificationnotificationEOINotification

Events

This class does not expose any public events.

Methods

MethodReturnsNotes
public string ToJson()stringSerializes this object with null values omitted.
public static EOILiveSearchInputs FromJson(string jsonString)EOILiveSearchInputsBuilds an instance from a JSON string.