Class FeatureDiscoveryResponse
- Namespace
- MRX.FeatureDiscovery.Common
- Assembly
- MRX.FeatureDiscovery.Common.dll
Response payload describing the MRX features enabled for a probed endpoint.
public record FeatureDiscoveryResponse : IEquatable<FeatureDiscoveryResponse>
- Inheritance
-
FeatureDiscoveryResponse
- Implements
- Inherited Members
Constructors
FeatureDiscoveryResponse(IEnumerable<string>)
Response payload describing the MRX features enabled for a probed endpoint.
public FeatureDiscoveryResponse(IEnumerable<string> Features)
Parameters
FeaturesIEnumerable<string>The names of the features enabled for the endpoint.
Properties
Features
The names of the features enabled for the endpoint.
public IEnumerable<string> Features { get; init; }