ShallowReference interface

An abstracted reference to some other resource. This class is used to provide the build data contracts with a uniform way to reference other resources in a way that provides easy traversal through links.

Properties

id

ID of the resource

name

Name of the linked resource (definition name, controller name, etc.)

url

Full http link to the resource

Property Details

id

ID of the resource

id: string

Property Value

string

name

Name of the linked resource (definition name, controller name, etc.)

name: string

Property Value

string

url

Full http link to the resource

url: string

Property Value

string