Subject descriptor of a Graph entity

interface GraphDescriptorResult {
    _links?: any;
    value?: string;
}

Properties

Properties

_links?: any

This field contains zero or more interesting links about the graph descriptor. These links may be invoked to obtain additional relationships or more detailed information about this graph descriptor.

value?: string