Class OwnershipFeedbackResultAttributes

The attributes of an ownership feedback result.

Hierarchy

  • OwnershipFeedbackResultAttributes

Constructors

Properties

The feedback action to apply to an inference.

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
checksum: string

The checksum of the inference after the feedback was applied.

The lifecycle status of an ownership inference.

The owner type for an ownership inference.

previousStatus: OwnershipInferenceStatus

The lifecycle status of an ownership inference.

primaryContactRef?: string

The primary contact reference for the inferred owner after the feedback was applied, formatted as ref:handle/<owner_handle>.

updatedAt: Date

The time when the inference was updated by the feedback.

Generated using TypeDoc