Class SearchInResourceCommandResponse
Response for SearchInResource
public sealed class SearchInResourceCommandResponse : ICommandResponse<SearchInResourceCommandSettings>, ICommandResponse
- Inheritance
-
SearchInResourceCommandResponse
- Implements
- Inherited Members
- Extension Methods
Properties
Result
Gets or sets the result
[JsonPropertyName("result")]
public SearchMatch[] Result { get; set; }