interface ReleaseNotCreatedEvent {
    definitionReference?: ReleaseDefinitionShallowReference;
    message?: string;
    releaseReason?: ReleaseReason;
    requestedBy?: IdentityRef;
}

Properties

definitionReference?: ReleaseDefinitionShallowReference
message?: string
releaseReason?: ReleaseReason
requestedBy?: IdentityRef