Class APIEndpointConfigurationFilter
- Assembly
 - FoundationaLLM.Common.dll
 
Provides configuration for filtering APIEndpointConfiguration resources in the FoundationaLLM.Configuration resource provider.
public class APIEndpointConfigurationFilter : ResourceFilter
  - Inheritance
 - 
      
      
      APIEndpointConfigurationFilter
 
- Inherited Members
 
- Extension Methods
 
Properties
Category
Gets or sets the category of the API endpoint configuration.
[JsonPropertyName("category")]
[JsonConverter(typeof(JsonStringEnumConverter))]
public APIEndpointCategory? Category { get; set; }
  Property Value
Subcategory
Gets or sets the subcategory of the API endpoint configuration.
[JsonPropertyName("subcategory")]
[JsonConverter(typeof(JsonStringEnumConverter))]
public APIEndpointSubcategory? Subcategory { get; set; }