Class: EOILiveSearchInputs
Request model used when calling the EyesOnIt C# SDK.
Namespace: EyesOnItSDK.API.Inputs
Inherits from: EOISearchInputs
Constructors
public EOILiveSearchInputs() : base()
Properties
| Property | JSON Field | Type | Notes |
|---|---|---|---|
DurationSeconds | duration_seconds | int? | |
Notification | notification | EOINotification |
Events
This class does not expose any public events.
Methods
| Method | Returns | Notes |
|---|---|---|
public string ToJson() | string | Serializes this object with null values omitted. |
public static EOILiveSearchInputs FromJson(string jsonString) | EOILiveSearchInputs | Builds an instance from a JSON string. |