interface ArtifactSourceId {
    artifactTypeId?: string;
    sourceIdInputs?: SourceIdInput[];
}

Properties

artifactTypeId?: string

Gets or sets the artifact type of artifact source.

sourceIdInputs?: SourceIdInput[]

Gets or sets the list of sourceIdInput of artifact source.