interface ReleaseRevision {
    changedBy?: IdentityRef;
    changedDate?: Date;
    changeDetails?: string;
    changeType?: string;
    comment?: string;
    definitionSnapshotRevision?: number;
    releaseId?: number;
}

Properties

changedBy?: IdentityRef

Gets or sets the identity who changed.

changedDate?: Date

Change date of the revision.

changeDetails?: string

Change details of the revision.

changeType?: string

Change details of the revision. Typically ChangeDetails values are Add and Update.

comment?: string

Comment of the revision.

definitionSnapshotRevision?: number

Release ID of which this revision belongs.

releaseId?: number

Gets or sets the release ID of which this revision belongs.