Class EndpointParameter
public class EndpointParameter
- Inheritance
-
EndpointParameter
- Inherited Members
-
Properties
Active
public bool Active { get; set; }
Property Value
- bool
Description
public string? Description { get; set; }
Property Value
- string
EndpointId
public int EndpointId { get; set; }
Property Value
- int
Id
public int Id { get; set; }
Property Value
- int
Key
public string Key { get; set; }
Property Value
- string
Type
public EndpointParameterType Type { get; set; }
Property Value
- EndpointParameterType
Value
public string? Value { get; set; }
Property Value
- string