Class Links
- Namespace
- Steeltoe.Management.Endpoint.Hypermedia
- Assembly
- Steeltoe.Management.EndpointBase.dll
A typed collection of links
public class Links
- Inheritance
-
Links
- Inherited Members
Properties
Type
Gets or sets the type of links contained in this collection
public string Type { get; set; }
Property Value
_links
Gets or sets the list of links contained in this collection
public Dictionary<string, Link> _links { get; set; }