interface ReleaseDefinitionShallowReference {
    _links?: any;
    id?: number;
    name?: string;
    path?: string;
    projectReference?: ProjectReference;
    url?: string;
}

Hierarchy (View Summary)

Properties

_links?: any

Gets the links to related resources, APIs, and views for the release definition.

id?: number

Gets the unique identifier of release definition.

name?: string

Gets or sets the name of the release definition.

path?: string

Gets or sets the path of the release definition.

projectReference?: ProjectReference

Gets or sets project reference.

url?: string

Gets the REST API url to access the release definition.