interface ReleaseShallowReference {
    _links?: any;
    id?: number;
    name?: string;
    url?: string;
}

Properties

Properties

_links?: any

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

id?: number

Gets the unique identifier of release.

name?: string

Gets or sets the name of the release.

url?: string

Gets the REST API url to access the release.