interface BuildAgentReference {
    id?: number;
    name?: string;
    url?: string;
}

Properties

Properties

id?: number

Id of the resource

name?: string

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

url?: string

Full http link to the resource