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