Class: EOIUpdateLiveSearchInputs
Request model used when calling the EyesOnIt C# SDK.
Namespace: EyesOnItSDK.API.Inputs
Constructors
public EOIUpdateLiveSearchInputs(int searchId)
Properties
| Property | JSON Field | Type | Notes |
|---|---|---|---|
SearchId | search_id | int | Use the SearchId returned from SearchLive. |
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 EOIUpdateLiveSearchInputs FromJson(string jsonString) | EOIUpdateLiveSearchInputs | Builds an instance from a JSON string. |