Represents a reference to a build log.

interface BuildLogReference {
    id?: number;
    type?: string;
    url?: string;
}

Hierarchy (View Summary)

Properties

Properties

id?: number

The ID of the log.

type?: string

The type of the log location.

url?: string

A full link to the log resource.