Table of Contents

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

Gets the list of links contained in this collection.

[JsonPropertyName("_links")]
public IDictionary<string, Link> Entries { get; }

Property Value

IDictionary<string, Link>

Gets or sets the type of links contained in this collection.

public string Type { get; set; }

Property Value

string