Represents a full Link, including Anchor and Relation.Similar in purpose to the Link element in HTML.
A link is used to bind objects together by using an anchor and being able to provide a reason for the binding.
Link
| Field | Type | Inherited from | Description |
|---|---|---|---|
| Anchor | Anchor | Link | Gets or sets the anchor. |
| Relation | String | Link | Gets or sets the relation. |
{
"Anchor" : "[Anchor](/object-model/anchor)",
"Relation" : "String"
}