Class PerformSearchCommandResponse
Response for PerformSearch
public sealed class PerformSearchCommandResponse : ICommandResponse<PerformSearchCommandSettings>, ICommandResponse
- Inheritance
-
PerformSearchCommandResponse
- Implements
- Inherited Members
- Extension Methods
Properties
ResultCount
Gets or sets the resultCount
[JsonPropertyName("resultCount")]
public long ResultCount { get; set; }
Property Value
SearchId
Gets or sets the searchId
[JsonPropertyName("searchId")]
public string SearchId { get; set; }