Links

interface Link {
    displayName?: string;
    operationType?: string;
    type: string;
    url: string;
}

Properties

displayName?: string

Display Name

operationType?: string

Link Operation Type Valid values = (Open, WebService)

type: string

Link type (maps to enum value; see parent object for acceptable values)

url: string

Link url