RootRestObject Data Type

Properties
name data type description
Properties inherited from BaseRestObject
href string
links array of Link

Example

{
  "links" : [ {
    "rel" : "...",
    "href" : "..."
  }, {
    "rel" : "...",
    "href" : "..."
  } ],
  "href" : "..."
}