Class SearchInResourceCommandResponse
Response for Searches for given string in resource content.
public sealed class SearchInResourceCommandResponse : ICommandResponse<SearchInResourceCommandSettings>, ICommandResponse
- Inheritance
-
SearchInResourceCommandResponse
- Implements
- Inherited Members
- Extension Methods
Properties
Result
List of search matches.
[JsonPropertyName("result")]
public SearchMatch[] Result { get; set; }