interface ArtifactSourceReference {
    id?: string;
    name?: string;
}

Properties

Properties

id?: string

ID of the artifact source.

name?: string

Name of the artifact source.