Class SearchResultResponse
Inheritance
SearchResultResponse
Assembly: Seclai.dll
Syntax
public sealed class SearchResultResponse
Properties
Description
Declaration
[JsonPropertyName("description")]
public string? Description { get; set; }
Property Value
EntityType
Declaration
[JsonPropertyName("entity_type")]
public string EntityType { get; set; }
Property Value
Id
Declaration
[JsonPropertyName("id")]
public string Id { get; set; }
Property Value
Name
Declaration
[JsonPropertyName("name")]
public string Name { get; set; }
Property Value