Class Links
- Namespace
- Steeltoe.Management.Endpoint.Actuators.Hypermedia
- Assembly
- Steeltoe.Management.Endpoint.dll
A typed collection of links.
public sealed class Links
- Inheritance
-
Links
- Inherited Members
Properties
Entries
Gets the list of links contained in this collection.
[JsonPropertyName("_links")]
public IDictionary<string, Link> Entries { get; }
Property Value
Type
Gets or sets the type of links contained in this collection.
public string Type { get; set; }