Class MetricsListNamesResponse
Inheritance
System.Object
MetricsListNamesResponse
Implements
Namespace: Steeltoe.Management.Endpoint.Metrics
Assembly: Steeltoe.Management.EndpointBase.dll
Syntax
public class MetricsListNamesResponse : object, IMetricsResponse
Constructors
| Edit this page View SourceMetricsListNamesResponse(ISet<String>)
Declaration
public MetricsListNamesResponse(ISet<string> names)
Parameters
Type | Name | Description |
---|---|---|
ISet<System.String> | names |
Properties
| Edit this page View SourceNames
Declaration
public ISet<string> Names { get; }
Property Value
Type | Description |
---|---|
ISet<System.String> |