interface ReleaseArtifact {
    artifactProvider?: ArtifactProvider;
    artifactType?: string;
    definitionData?: string;
    definitionId?: number;
    description?: string;
    id?: number;
    name?: string;
    releaseId?: number;
}

Properties

artifactProvider?: ArtifactProvider

Gets or sets the artifact provider of ReleaseArtifact.

artifactType?: string

Gets or sets the artifact type of ReleaseArtifact.

definitionData?: string

Gets or sets the definition json of ReleaseArtifact.

definitionId?: number

Gets or sets the definition id of ReleaseArtifact.

description?: string

Gets or sets the description of ReleaseArtifact.

id?: number

Gets or sets the id of ReleaseArtifact.

name?: string

Gets or sets the name of ReleaseArtifact.

releaseId?: number

Gets or sets the release id.