API Reference
Class
ThreadIdListResult
Represents a list of thread ids.
Inheritance
- Object
- ThreadIdListResult
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Constructors
public ThreadIdListResult(IReadOnlyList<String> data, JsonObject raw, JsonObject additional) #Initializes a new thread id list result.
Parameters
- data System.Collections.Generic.IReadOnlyList{System.String}
- raw IntelligenceX.Json.JsonObject
- additional IntelligenceX.Json.JsonObject
Methods
public static ThreadIdListResult FromJson(JsonObject obj) #Returns:
ThreadIdListResultParses a thread id list from JSON.
Parameters
- obj IntelligenceX.Json.JsonObject
- Source JSON object.
Returns
The parsed thread id list result.