Represents an attachment to a build.

interface Attachment {
    _links?: any;
    name?: string;
}

Properties

Properties

_links?: any
name?: string

The name of the attachment.