Interface RestRepresentationsLink

interface RestRepresentationsLink {
    href?: string;
    itemType?: string;
    method?: string;
    rel?: string;
    responseItemType?: string;
    responseType?: string;
    title?: string;
    type?: string;
    uri?: string;
}

Properties

href?: string
itemType?: string
method?: string
rel?: string
responseItemType?: string
responseType?: string
title?: string
type?: string
uri?: string