Table of Contents

Class Link

Namespace
Steeltoe.Management.Endpoint.Actuators.Hypermedia
Assembly
Steeltoe.Management.Endpoint.dll
public sealed class Link
Inheritance
Link
Inherited Members

Constructors

public Link(string href, bool isTemplated)

Parameters

href string
isTemplated bool

Properties

[JsonPropertyName("href")]
public string Href { get; set; }

Property Value

string
[JsonPropertyName("templated")]
public bool IsTemplated { get; }

Property Value

bool